diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 21:52:06 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 21:52:06 -0600 |
commit | 5940809eb07770db73ccab789e80dbdc3ba2c576 (patch) | |
tree | d52e077a7f6811357082107f3dd5f0c141e7042e | |
parent | 55e9f4bcc49183a4cf2b3ef00ec9d1a17e4e5702 (diff) | |
download | tdetoys-5940809eb07770db73ccab789e80dbdc3ba2c576.tar.gz tdetoys-5940809eb07770db73ccab789e80dbdc3ba2c576.zip |
Rename KStartup for enhanced compatibility with KDE4
-rw-r--r-- | amor/amor.cpp | 2 | ||||
-rw-r--r-- | kteatime/main.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/amor/amor.cpp b/amor/amor.cpp index 8bb0130..c49a16b 100644 --- a/amor/amor.cpp +++ b/amor/amor.cpp @@ -187,7 +187,7 @@ Amor::Amor() : DCOPObject( "AmorIface" ), TQObject() mTipsQueue.setAutoDelete(true); - KStartupInfo::appStarted(); + TDEStartupInfo::appStarted(); } else { diff --git a/kteatime/main.cpp b/kteatime/main.cpp index 71321d0..94d8f5f 100644 --- a/kteatime/main.cpp +++ b/kteatime/main.cpp @@ -54,7 +54,7 @@ int main(int argc, char *argv[]) toplevel.show(); app.setTopWidget(&toplevel); - KStartupInfo::appStarted(); + TDEStartupInfo::appStarted(); return app.exec(); } |