summaryrefslogtreecommitdiffstats
path: root/konqueror/sidebar/test/konqsidebartest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'konqueror/sidebar/test/konqsidebartest.cpp')
-rw-r--r--konqueror/sidebar/test/konqsidebartest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/konqueror/sidebar/test/konqsidebartest.cpp b/konqueror/sidebar/test/konqsidebartest.cpp
index 2032fe202..7e1145854 100644
--- a/konqueror/sidebar/test/konqsidebartest.cpp
+++ b/konqueror/sidebar/test/konqsidebartest.cpp
@@ -15,11 +15,11 @@
* *
***************************************************************************/
#include "konqsidebartest.moc"
-#include <kinstance.h>
+#include <tdeinstance.h>
extern "C"
{
- KDE_EXPORT void* create_konq_sidebartest(TDEInstance *instance,TQObject *par,TQWidget *widp,TQString &desktopname,const char *name)
+ TDE_EXPORT void* create_konq_sidebartest(TDEInstance *instance,TQObject *par,TQWidget *widp,TQString &desktopname,const char *name)
{
return new SidebarTest(instance,par,widp,desktopname,name);
}