From 2877440fbda2e245d04f534ed51d7cb7c0a06482 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 20 Jan 2013 00:23:57 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- kdessh/kdessh.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kdessh') diff --git a/kdessh/kdessh.cpp b/kdessh/kdessh.cpp index 249bd1a..159fa64 100644 --- a/kdessh/kdessh.cpp +++ b/kdessh/kdessh.cpp @@ -58,7 +58,7 @@ int main(int argc, char *argv[]) TDECmdLineArgs::init(argc, argv, &aboutData); TDECmdLineArgs::addCmdLineOptions(options); - KApplication app; + TDEApplication app; TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); // Stop daemon and exit? -- cgit v1.2.3