From b80bcc64ddafc9770fa2a79e7d889429b0082d12 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Mon, 12 Sep 2005 14:07:25 +0000 Subject: [PATCH] Removing the KEduSimpleEntryDlg, as it was a simply designer file with no real purpouse. I hope we'll have for kde4 a libkdeedukvtml with all the stuff needed to work with KVTML, maybe a small editor too. CCMAIL: kde-edu@kde.org svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=459953 --- kdeeduui/Makefile.am | 2 +- kdeeduui/kedusimpleentrydlg.cpp | 3 - kdeeduui/kedusimpleentrydlg.h | 19 ----- kdeeduui/kedusimpleentrydlgForm.ui | 110 ----------------------------- kdeeduui/tests/Makefile.am | 10 +-- kdeeduui/tests/entrydialogs.cpp | 6 -- 6 files changed, 6 insertions(+), 144 deletions(-) delete mode 100644 kdeeduui/kedusimpleentrydlg.cpp delete mode 100644 kdeeduui/kedusimpleentrydlg.h delete mode 100644 kdeeduui/kedusimpleentrydlgForm.ui delete mode 100644 kdeeduui/tests/entrydialogs.cpp diff --git a/kdeeduui/Makefile.am b/kdeeduui/Makefile.am index 52e2783..85e5fff 100644 --- a/kdeeduui/Makefile.am +++ b/kdeeduui/Makefile.am @@ -4,7 +4,7 @@ SUBDIRS = . tests lib_LTLIBRARIES = libkdeeduui.la libkdeeduui_la_SOURCES = \ - kedusimpleentrydlg.cpp kedusimpleentrydlgForm.ui kdeeduglossary.cpp + kdeeduglossary.cpp libkdeeduuiincludedir = $(includedir)/libkdeedu libkdeeduuiinclude_HEADERS = kdeeduglossary.h diff --git a/kdeeduui/kedusimpleentrydlg.cpp b/kdeeduui/kedusimpleentrydlg.cpp deleted file mode 100644 index 89f8412..0000000 --- a/kdeeduui/kedusimpleentrydlg.cpp +++ /dev/null @@ -1,3 +0,0 @@ -#include "kedusimpleentrydlg.h" - -#include "kedusimpleentrydlg.moc" diff --git a/kdeeduui/kedusimpleentrydlg.h b/kdeeduui/kedusimpleentrydlg.h deleted file mode 100644 index f110fab..0000000 --- a/kdeeduui/kedusimpleentrydlg.h +++ /dev/null @@ -1,19 +0,0 @@ -#ifndef kedusimpleentrydlg_included -#define kedusimpleentrydlg_included - - -#include "kedusimpleentrydlgForm.h" - -class KEduSimpleEntryDlg : public KEduSimpleEntryDlgForm -{ - Q_OBJECT - - public: - - - - - -}; - -#endif // kedusimpleentrydlg_included diff --git a/kdeeduui/kedusimpleentrydlgForm.ui b/kdeeduui/kedusimpleentrydlgForm.ui deleted file mode 100644 index 32fa6b6..0000000 --- a/kdeeduui/kedusimpleentrydlgForm.ui +++ /dev/null @@ -1,110 +0,0 @@ - -KEduSimpleEntryDlgForm - - - Simple_entry_dialog - - - - 0 - 0 - 592 - 480 - - - - Simple Entry Dialog - - - - e_original - - - - 40 - 80 - 511 - 40 - - - - - - e_translation - - - - 40 - 180 - 511 - 40 - - - - - - PushButton1 - - - - 50 - 360 - 91 - 41 - - - - &OK - - - - - PushButton1_2 - - - - 460 - 360 - 91 - 41 - - - - C&ancel - - - - - TextLabel1 - - - - 40 - 50 - 171 - 21 - - - - Original: - - - - - TextLabel1_2 - - - - 40 - 150 - 171 - 21 - - - - Translation: - - - - - diff --git a/kdeeduui/tests/Makefile.am b/kdeeduui/tests/Makefile.am index daaafa3..422a6aa 100644 --- a/kdeeduui/tests/Makefile.am +++ b/kdeeduui/tests/Makefile.am @@ -1,11 +1,11 @@ SUBDIRS = . INCLUDES = -I. -I$(top_srcdir)/kdeeduui $(all_includes) +LDADD = ../libkdeeduui.la +LDFLAGS = $(all_libraries) -check_PROGRAMS = entrydialogs +#check_PROGRAMS = entrydialogs +check_PROGRAMS = #all: check -entrydialogs_SOURCES = entrydialogs.cpp -entrydialogs_LDADD = ../libkdeeduui.la -entrydialogs_LDFLAGS = $(all_libraries) - +#entrydialogs_SOURCES = entrydialogs.cpp diff --git a/kdeeduui/tests/entrydialogs.cpp b/kdeeduui/tests/entrydialogs.cpp deleted file mode 100644 index 781b32e..0000000 --- a/kdeeduui/tests/entrydialogs.cpp +++ /dev/null @@ -1,6 +0,0 @@ - -int main() -{ - - return 0; -} \ No newline at end of file -- 2.47.3