diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-20 00:14:52 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-20 00:14:52 -0600 |
commit | 1ad423d43bfed127171bdfe8685e1d957eecf957 (patch) | |
tree | 25727a855108dcdcaa0b9d37732beb5ec7ed6a08 /kpackage/debInterface.cpp | |
parent | f7e4bdd856bc418cebaaa7ad09010ab389fc4fbc (diff) | |
download | tdeadmin-1ad423d43bfed127171bdfe8685e1d957eecf957.tar.gz tdeadmin-1ad423d43bfed127171bdfe8685e1d957eecf957.zip |
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'kpackage/debInterface.cpp')
-rw-r--r-- | kpackage/debInterface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpackage/debInterface.cpp b/kpackage/debInterface.cpp index 41146fe..74ef515 100644 --- a/kpackage/debInterface.cpp +++ b/kpackage/debInterface.cpp @@ -49,7 +49,7 @@ #include "cache.h" #include <klocale.h> -extern KApplication *app; +extern TDEApplication *app; ////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////// |