summaryrefslogtreecommitdiffstats
path: root/tdeui/tests/ksystemtraytest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeui/tests/ksystemtraytest.cpp')
-rw-r--r--tdeui/tests/ksystemtraytest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeui/tests/ksystemtraytest.cpp b/tdeui/tests/ksystemtraytest.cpp
index dcee78346..27a6629d9 100644
--- a/tdeui/tests/ksystemtraytest.cpp
+++ b/tdeui/tests/ksystemtraytest.cpp
@@ -1,9 +1,9 @@
#include <ksystemtray.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
int main(int argc, char **argv)
{
- KApplication app( argc, argv, "ksystemtraytest" );
+ TDEApplication app( argc, argv, "ksystemtraytest" );
TQLabel *l = new TQLabel("System Tray Main Window", 0L);
KSystemTray *tray = new KSystemTray( l );
tray->setText("Test");