summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.cpp2
-rw-r--r--src/toplevel.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp
index f4b4062..6f6c5c3 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -39,7 +39,7 @@ int main(int argc, char *argv[])
aboutData.addAuthor("Timothy Pearson",0, "[email protected]");
TDECmdLineArgs::init( argc, argv, &aboutData );
- KApplication app;
+ TDEApplication app;
TopLevel toplevel;
KWin::setSystemTrayWindowFor(toplevel.winId(), 0);
diff --git a/src/toplevel.cpp b/src/toplevel.cpp
index 926784b..b5daa49 100644
--- a/src/toplevel.cpp
+++ b/src/toplevel.cpp
@@ -96,7 +96,7 @@ TopLevel::TopLevel() : KSystemTray(), ticketWatch(0), m_refreshTimer(0), notifyE
setupTimers();
}
-/* slot: signal shutDown() from KApplication */
+/* slot: signal shutDown() from TDEApplication */
/* (not currently needed)
void TopLevel::queryExit()
{