diff options
Diffstat (limited to 'kio/tests/kdirwatchtest.cpp')
-rw-r--r-- | kio/tests/kdirwatchtest.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kio/tests/kdirwatchtest.cpp b/kio/tests/kdirwatchtest.cpp index 20676ee49..c741b20f0 100644 --- a/kio/tests/kdirwatchtest.cpp +++ b/kio/tests/kdirwatchtest.cpp @@ -28,9 +28,9 @@ int main (int argc, char **argv) TDECmdLineArgs::init(argc, argv, "KDirWatchTest", "Test for KDirWatch", "1.0"); TDECmdLineArgs::addCmdLineOptions( options ); - KApplication::addCmdLineOptions(); + TDEApplication::addCmdLineOptions(); - KApplication a; + TDEApplication a; TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); myTest testObject; |