From 4ff6dfc573c9413a887afd35ec2d6825e60067bc Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 18:46:25 -0600 Subject: Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 --- src/imageutils/testjpegcontent.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/imageutils/testjpegcontent.cpp') diff --git a/src/imageutils/testjpegcontent.cpp b/src/imageutils/testjpegcontent.cpp index a46ef70..50e35f6 100644 --- a/src/imageutils/testjpegcontent.cpp +++ b/src/imageutils/testjpegcontent.cpp @@ -202,7 +202,7 @@ int main(int argc, char* argv[]) { TestEnvironment testEnv; bool result; KAboutData aboutData("testjpegcontent", "testjpegcontent", "0"); - KCmdLineArgs::init( argc, argv, &aboutData ); + TDECmdLineArgs::init( argc, argv, &aboutData ); KApplication kapplication; // Reading info -- cgit v1.2.3