From 59ea7131b34cafad6181711d490cceafe0d0e87b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 20 Jan 2013 00:23:41 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- kteatime/main.cpp | 2 +- kteatime/toplevel.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'kteatime') diff --git a/kteatime/main.cpp b/kteatime/main.cpp index d9d31d5..1c374d2 100644 --- a/kteatime/main.cpp +++ b/kteatime/main.cpp @@ -47,7 +47,7 @@ int main(int argc, char *argv[]) aboutData.addCredit("Daniel Teske", I18N_NOOP("Many patches"), "teske@bigfoot.com"); TDECmdLineArgs::init( argc, argv, &aboutData ); - KApplication app; + TDEApplication app; TopLevel toplevel; KWin::setSystemTrayWindowFor(toplevel.winId(), 0); diff --git a/kteatime/toplevel.cpp b/kteatime/toplevel.cpp index 5deb404..0d4928e 100644 --- a/kteatime/toplevel.cpp +++ b/kteatime/toplevel.cpp @@ -182,7 +182,7 @@ TopLevel::TopLevel() : KSystemTray() stop(); // reset timer, disable some menu entries, etc. } -/* slot: signal shutDown() from KApplication */ +/* slot: signal shutDown() from TDEApplication */ /* (not currently needed) void TopLevel::queryExit() { -- cgit v1.2.3