diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-20 00:23:41 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-20 00:23:41 -0600 |
commit | 59ea7131b34cafad6181711d490cceafe0d0e87b (patch) | |
tree | 2c47a77c9e4bcb24cc8fed9fdcc3c52e7185a615 /kteatime/main.cpp | |
parent | 545d48dc2acbfb766a1c277b6f82ae54eea3754f (diff) | |
download | tdetoys-59ea7131b34cafad6181711d490cceafe0d0e87b.tar.gz tdetoys-59ea7131b34cafad6181711d490cceafe0d0e87b.zip |
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'kteatime/main.cpp')
-rw-r--r-- | kteatime/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); |