From f4acdaa446fa6cac0243093d2e3e485f5b9bdf88 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 31 Jan 2013 21:42:47 -0600 Subject: Rename KStartup for enhanced compatibility with KDE4 --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/main.cpp b/src/main.cpp index 0d86586..2f8096f 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -46,7 +46,7 @@ int main(int argc, char *argv[]) toplevel.show(); app.setTopWidget(&toplevel); - KStartupInfo::appStarted(); + TDEStartupInfo::appStarted(); return app.exec(); } -- cgit v1.2.1