diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:05:39 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:05:39 -0600 |
commit | ff94d46e423398804d2ae63faeb114c2cf604fc4 (patch) | |
tree | 4481ffd491d15ac15081cea46d7cc298ef6351a4 /kbugbuster/gui | |
parent | b9553cef2a3cd9f5b89c8aca6f4b7781a079dbb7 (diff) | |
download | tdesdk-ff94d46e423398804d2ae63faeb114c2cf604fc4.tar.gz tdesdk-ff94d46e423398804d2ae63faeb114c2cf604fc4.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'kbugbuster/gui')
-rw-r--r-- | kbugbuster/gui/centralwidget.cpp | 2 | ||||
-rw-r--r-- | kbugbuster/gui/kbbmainwindow.cpp | 2 | ||||
-rw-r--r-- | kbugbuster/gui/loadallbugsdlg.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/kbugbuster/gui/centralwidget.cpp b/kbugbuster/gui/centralwidget.cpp index fa1cb864..ca5c3b66 100644 --- a/kbugbuster/gui/centralwidget.cpp +++ b/kbugbuster/gui/centralwidget.cpp @@ -40,7 +40,7 @@ #include "bugserver.h" #include "centralwidget.h" -#include <kfiledialog.h> +#include <tdefiledialog.h> #include <kmessagebox.h> #include "loadallbugsdlg.h" diff --git a/kbugbuster/gui/kbbmainwindow.cpp b/kbugbuster/gui/kbbmainwindow.cpp index 05e6cc0f..34d4b0f2 100644 --- a/kbugbuster/gui/kbbmainwindow.cpp +++ b/kbugbuster/gui/kbbmainwindow.cpp @@ -27,7 +27,7 @@ #include <kaction.h> #include <kbookmarkmenu.h> #include <kcombobox.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <kdebug.h> #include <kdialog.h> #include <kinputdialog.h> diff --git a/kbugbuster/gui/loadallbugsdlg.cpp b/kbugbuster/gui/loadallbugsdlg.cpp index 3a5dd65d..cea52ef1 100644 --- a/kbugbuster/gui/loadallbugsdlg.cpp +++ b/kbugbuster/gui/loadallbugsdlg.cpp @@ -17,7 +17,7 @@ #include "bugsystem.h" #include "bugcache.h" #include <kdebug.h> -#include <kio/defaultprogress.h> +#include <tdeio/defaultprogress.h> #include <tqtimer.h> LoadAllBugsDlg::LoadAllBugsDlg( const Package& pkg, const TQString &component ) |