summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-31 21:52:06 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-31 21:52:06 -0600
commit5940809eb07770db73ccab789e80dbdc3ba2c576 (patch)
treed52e077a7f6811357082107f3dd5f0c141e7042e
parent55e9f4bcc49183a4cf2b3ef00ec9d1a17e4e5702 (diff)
downloadtdetoys-5940809e.tar.gz
tdetoys-5940809e.zip
Rename KStartup for enhanced compatibility with KDE4
-rw-r--r--amor/amor.cpp2
-rw-r--r--kteatime/main.cpp2
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();
}