diff options
Diffstat (limited to 'kio/tests/kacltest.cpp')
-rw-r--r-- | kio/tests/kacltest.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kio/tests/kacltest.cpp b/kio/tests/kacltest.cpp index b4bfc9f07..45ace585f 100644 --- a/kio/tests/kacltest.cpp +++ b/kio/tests/kacltest.cpp @@ -67,9 +67,9 @@ static bool check(const TQString& txt, T a, T b) int main(int argc, char *argv[]) { - KApplication::disableAutoDcopRegistration(); + TDEApplication::disableAutoDcopRegistration(); TDECmdLineArgs::init(argc,argv,"kacltest", 0, 0, 0, 0); - KApplication app; + TDEApplication app; KACLTest test; test.setup(); |