summaryrefslogtreecommitdiffstats
path: root/xparts/src
diff options
context:
space:
mode:
Diffstat (limited to 'xparts/src')
-rw-r--r--xparts/src/Makefile.am2
-rw-r--r--xparts/src/tde/Makefile.am (renamed from xparts/src/kde/Makefile.am)8
-rw-r--r--xparts/src/tde/kbrowsersignals.cpp (renamed from xparts/src/kde/kbrowsersignals.cpp)0
-rw-r--r--xparts/src/tde/kbrowsersignals.h (renamed from xparts/src/kde/kbrowsersignals.h)0
-rw-r--r--xparts/src/tde/xparthost_kpart.cpp (renamed from xparts/src/kde/xparthost_kpart.cpp)2
-rw-r--r--xparts/src/tde/xparthost_kpart.h (renamed from xparts/src/kde/xparthost_kpart.h)6
6 files changed, 9 insertions, 9 deletions
diff --git a/xparts/src/Makefile.am b/xparts/src/Makefile.am
index 243ba3b3..30982205 100644
--- a/xparts/src/Makefile.am
+++ b/xparts/src/Makefile.am
@@ -3,5 +3,5 @@ if include_GTK_support
SUPPORTGTKDIR=gtk
endif
-SUBDIRS = interfaces kde $(SUPPORTGTKDIR)
+SUBDIRS = interfaces tde $(SUPPORTGTKDIR)
diff --git a/xparts/src/kde/Makefile.am b/xparts/src/tde/Makefile.am
index 9b70542e..0a3d28ad 100644
--- a/xparts/src/kde/Makefile.am
+++ b/xparts/src/tde/Makefile.am
@@ -1,12 +1,12 @@
INCLUDES = -I$(srcdir)/../interfaces $(all_includes)
-lib_LTLIBRARIES = libkdexparts.la
+lib_LTLIBRARIES = libtdexparts.la
-libkdexparts_la_SOURCES = xparthost_kpart.cpp xparthost.skel xpart.stub \
+libtdexparts_la_SOURCES = xparthost_kpart.cpp xparthost.skel xpart.stub \
kbrowsersignals.cpp xbrowsersignals.skel xbrowserextension.stub
-libkdexparts_la_LIBADD = $(LIB_TDEPARTS) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) -lDCOP
-libkdexparts_la_LDFLAGS = $(all_libraries) -no-undefined -version-info 1:0
+libtdexparts_la_LIBADD = $(LIB_TDEPARTS) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) -lDCOP
+libtdexparts_la_LDFLAGS = $(all_libraries) -no-undefined -version-info 1:0
xpart_DIR=$(srcdir)/../interfaces
xparthost_DIR=$(srcdir)/../interfaces
diff --git a/xparts/src/kde/kbrowsersignals.cpp b/xparts/src/tde/kbrowsersignals.cpp
index 59a688e4..59a688e4 100644
--- a/xparts/src/kde/kbrowsersignals.cpp
+++ b/xparts/src/tde/kbrowsersignals.cpp
diff --git a/xparts/src/kde/kbrowsersignals.h b/xparts/src/tde/kbrowsersignals.h
index baee95aa..baee95aa 100644
--- a/xparts/src/kde/kbrowsersignals.h
+++ b/xparts/src/tde/kbrowsersignals.h
diff --git a/xparts/src/kde/xparthost_kpart.cpp b/xparts/src/tde/xparthost_kpart.cpp
index cfbe57d2..54bcb804 100644
--- a/xparts/src/kde/xparthost_kpart.cpp
+++ b/xparts/src/tde/xparthost_kpart.cpp
@@ -14,7 +14,7 @@
#include <kdebug.h>
-XPartHost_KPart::XPartHost_KPart( TQWidget *parentWidget, const char *widgetName,
+XPartHost_KPart::XPartHost_KPart( TQWidget *parentWidget, const char *widgetName,
TQObject *parent, const char *name )
: KParts::ReadOnlyPart( parent, name ),
XPartHost("parthost")
diff --git a/xparts/src/kde/xparthost_kpart.h b/xparts/src/tde/xparthost_kpart.h
index 829f7ca7..8cc54699 100644
--- a/xparts/src/kde/xparthost_kpart.h
+++ b/xparts/src/tde/xparthost_kpart.h
@@ -10,12 +10,12 @@ class KBrowserSignals;
class QXEmbed;
-/**
+/**
* This class is the middle class between the host of the KPart (usually a
* KParts::MainWindow) and the XPart. It transfer calls from the XPart to the
- * KPartHost host and from the KPartHost to the XPart.
+ * KPartHost host and from the KPartHost to the XPart.
*
- * Note : In the XPart white paper, this class is named KXPartHost
+ * Note : In the XPart white paper, this class is named KXPartHost
*/
class XPartHost_KPart : public KParts::ReadOnlyPart, public XPartHost
{