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