diff options
author | Timothy Pearson <[email protected]> | 2013-01-20 00:01:31 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-20 00:01:31 -0600 |
commit | 9be14601e7df06147db62483fe210c83fc1bf734 (patch) | |
tree | 7d2d9c00b620a6b578b2198e44c0238ecd27e85f /src/main.cpp | |
parent | 81ad4ed9d598c783e843d15c8b5d73b645791694 (diff) | |
download | wlassistant-9be14601e7df06147db62483fe210c83fc1bf734.tar.gz wlassistant-9be14601e7df06147db62483fe210c83fc1bf734.zip |
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 2ad3d44..d39cd33 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -44,7 +44,7 @@ int main(int argc, char **argv) about.addAuthor( "Pawel Nawrocki", 0, "[email protected]" ); TDECmdLineArgs::init(argc, argv, &about); TDECmdLineArgs::addCmdLineOptions( options ); - KApplication app; + TDEApplication app; WirelessAssistant *mainWin = 0; mainWin = new WirelessAssistant(); mainWin->setCaption( TQString("%1 %2").arg(description).arg(version) ); |