summaryrefslogtreecommitdiffstats
path: root/kteatime
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 /kteatime
parent55e9f4bcc49183a4cf2b3ef00ec9d1a17e4e5702 (diff)
downloadtdetoys-5940809eb07770db73ccab789e80dbdc3ba2c576.tar.gz
tdetoys-5940809eb07770db73ccab789e80dbdc3ba2c576.zip
Rename KStartup for enhanced compatibility with KDE4
Diffstat (limited to 'kteatime')
-rw-r--r--kteatime/main.cpp2
1 files changed, 1 insertions, 1 deletions
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();
}