From 6fdacb9c2e3adb3b5da38cd8a22afc1668e1d36b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 18:46:48 -0600 Subject: Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 --- kregexpeditor/test-without-dl/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kregexpeditor/test-without-dl') diff --git a/kregexpeditor/test-without-dl/main.cpp b/kregexpeditor/test-without-dl/main.cpp index ce7e084..31903dd 100644 --- a/kregexpeditor/test-without-dl/main.cpp +++ b/kregexpeditor/test-without-dl/main.cpp @@ -44,7 +44,7 @@ public: int main( int argc, char* argv[] ) { - KCmdLineArgs::init(argc, argv, "RegExp Example","",""); + TDECmdLineArgs::init(argc, argv, "RegExp Example","",""); KApplication myapp( argc, argv ); tqApp->installEventFilter( new ShootABug() ); -- cgit v1.2.1