diff options
Diffstat (limited to 'kioslave/remote/testremote.cpp')
-rw-r--r-- | kioslave/remote/testremote.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kioslave/remote/testremote.cpp b/kioslave/remote/testremote.cpp index f493da2f4..d091c5bc4 100644 --- a/kioslave/remote/testremote.cpp +++ b/kioslave/remote/testremote.cpp @@ -46,9 +46,9 @@ static bool check(const TQString& txt, TQString a, TQString b) int main(int argc, char *argv[]) { - KApplication::disableAutoDcopRegistration(); + TDEApplication::disableAutoDcopRegistration(); TDECmdLineArgs::init(argc,argv,"testremote", 0, 0, 0, 0); - KApplication app; + TDEApplication app; TestRemote test; test.setup(); |