From 68a4fdfd2c2b70a7c22c4c6d6c916e604a0efac2 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 18:46:28 -0600 Subject: Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 --- lib/kotext/tests/kobordertest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/kotext') diff --git a/lib/kotext/tests/kobordertest.cpp b/lib/kotext/tests/kobordertest.cpp index 356b0158..6dd37aa4 100644 --- a/lib/kotext/tests/kobordertest.cpp +++ b/lib/kotext/tests/kobordertest.cpp @@ -48,7 +48,7 @@ private: int main (int argc, char ** argv) { KApplication::disableAutoDcopRegistration(); - KCmdLineArgs::init(argc,argv,"kobordertest", 0, 0, 0, 0); + TDECmdLineArgs::init(argc,argv,"kobordertest", 0, 0, 0, 0); KApplication app; KoZoomHandler* zh = new KoZoomHandler(); -- cgit v1.2.1