From 5bca2e3e42d02f8fed9ffc399ea14f8a05694cb0 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 18:46:45 -0600 Subject: Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 --- kio/tests/kacltest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kio/tests/kacltest.cpp') 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; -- cgit v1.2.1