summaryrefslogtreecommitdiffstats
path: root/tdecore/tests/knotifytest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdecore/tests/knotifytest.cpp')
-rw-r--r--tdecore/tests/knotifytest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdecore/tests/knotifytest.cpp b/tdecore/tests/knotifytest.cpp
index 8eb0586c0..6c5af25a7 100644
--- a/tdecore/tests/knotifytest.cpp
+++ b/tdecore/tests/knotifytest.cpp
@@ -1,9 +1,9 @@
#include <knotifyclient.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
int main( int argc, char **argv )
{
- KApplication app( argc, argv, "knotifytest" );
+ TDEApplication app( argc, argv, "knotifytest" );
KNotifyClient::userEvent( "This is a notification to notify you :)",
KNotifyClient::Messagebox,
KNotifyClient::Error );