diff options
author | Timothy Pearson <[email protected]> | 2013-01-19 23:56:00 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-19 23:56:00 -0600 |
commit | c640ab998ff46e55302685b6a126b1064bc9b154 (patch) | |
tree | c917a26ccee805cbe47a4050c7c92367f1bf0d1c /src | |
parent | 141cf4b49f6499b7ac48fcea310c9a51e8245c6e (diff) | |
download | knetstats-c640ab998ff46e55302685b6a126b1064bc9b154.tar.gz knetstats-c640ab998ff46e55302685b6a126b1064bc9b154.zip |
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'src')
-rw-r--r-- | src/src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/src/main.cpp b/src/src/main.cpp index d9c53fd..ba91467 100644 --- a/src/src/main.cpp +++ b/src/src/main.cpp @@ -53,9 +53,9 @@ int main( int argc, char** argv ) aboutData.addCredit( "Ilyas Bakirov, Roberto Leandrini, Carlos Ortiz, Henrik Gebauer, Edward Romantsov, Wiktor Wandachowicz, Guillaume Savaton, Petar Toushkov, Liu Di", I18N_NOOP("KNetStats translation to other languages"), 0); TDECmdLineArgs::init( argc, argv, &aboutData ); - KApplication::disableAutoDcopRegistration(); + TDEApplication::disableAutoDcopRegistration(); - KApplication app; + TDEApplication app; KNetStats knetstats; if (!knetstats.numInterfaces()) { KMessageBox::error(0, i18n("You don't have any network interface.\nKNetStats will quit now.")); |