diff options
author | Timothy Pearson <[email protected]> | 2013-01-31 21:42:55 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-31 21:42:55 -0600 |
commit | 7294272651bf16a6fce0b03445d6adac4e64b8e0 (patch) | |
tree | f3ce186affcdd560d7d18f88580e265bffba0587 | |
parent | 3b29c4546c2f5821853ed9553244075b0d820966 (diff) | |
download | kile-7294272651bf16a6fce0b03445d6adac4e64b8e0.tar.gz kile-7294272651bf16a6fce0b03445d6adac4e64b8e0.zip |
Rename KStartup for enhanced compatibility with KDE4
-rw-r--r-- | src/kile/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kile/main.cpp b/src/kile/main.cpp index 0ac3514..038465c 100644 --- a/src/kile/main.cpp +++ b/src/kile/main.cpp @@ -147,7 +147,7 @@ int main( int argc, char ** argv ) TQString line = args->getOption("line"); if (line != "0") client->send (appID, "Kile", "setLine(TQString)", line); - KStartupInfo::appStarted(); + TDEStartupInfo::appStarted(); TQByteArray empty; client->send (appID, "Kile", "setActive()", empty); } |