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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/tests/knotifytest.cpp b/tdecore/tests/knotifytest.cpp
index 8eb0586c0..27076a1e8 100644
--- a/tdecore/tests/knotifytest.cpp
+++ b/tdecore/tests/knotifytest.cpp
@@ -3,7 +3,7 @@
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 );