diff options
author | Timothy Pearson <[email protected]> | 2013-01-31 21:41:06 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-31 21:41:06 -0600 |
commit | e797f232071da21a169dfb4d00e8b7be0a611b71 (patch) | |
tree | 6738ef74320fb2ab5ec5199576ec1a17e47d7243 | |
parent | 05b723e1cfcc90e9fbb5430fe046aed9f4a54b41 (diff) | |
download | amarok-e797f232071da21a169dfb4d00e8b7be0a611b71.tar.gz amarok-e797f232071da21a169dfb4d00e8b7be0a611b71.zip |
Rename KStartup for enhanced compatibility with KDE4
-rw-r--r-- | amarok/src/amarokcore/amarokdcophandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/amarok/src/amarokcore/amarokdcophandler.cpp b/amarok/src/amarokcore/amarokdcophandler.cpp index ed265ad2..ba17e0a9 100644 --- a/amarok/src/amarokcore/amarokdcophandler.cpp +++ b/amarok/src/amarokcore/amarokdcophandler.cpp @@ -523,7 +523,7 @@ namespace Amarok kapp->setStartupId( args.first().local8Bit() ); #ifdef TQ_WS_X11 // currently X11 only - KStartupInfo::appStarted(); + TDEStartupInfo::appStarted(); #endif args.pop_front(); |