From fe52f645fd58a8c0309a37360507c1b13361a348 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 23:54:46 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index e0c1629..24f44b5 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -195,7 +195,7 @@ int main(int argc, char *argv[]) TQStringList ignorableOptions; initialiseCmdLineArgs(vOptions, ignorableOptions); - KApplication app; + TDEApplication app; #ifdef KREPLACEMENTS_H TQString locale; -- cgit v1.2.1