diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:22:57 -0600 | 
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:22:57 -0600 | 
| commit | 5be945600e2d7776e74663f56c2a25a8f57d7891 (patch) | |
| tree | 9be5ab8203c0769df4dc0f314c45e52fa5ecfd8c /lib/interfaces | |
| parent | e36b30d13d1f89100fae656adfde2b52234d12b6 (diff) | |
| download | tdevelop-5be945600e2d7776e74663f56c2a25a8f57d7891.tar.gz tdevelop-5be945600e2d7776e74663f56c2a25a8f57d7891.zip | |
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'lib/interfaces')
| -rw-r--r-- | lib/interfaces/kdevmainwindow.cpp | 2 | ||||
| -rw-r--r-- | lib/interfaces/kdevplugin.cpp | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/lib/interfaces/kdevmainwindow.cpp b/lib/interfaces/kdevmainwindow.cpp index 92a92989..39fc4c10 100644 --- a/lib/interfaces/kdevmainwindow.cpp +++ b/lib/interfaces/kdevmainwindow.cpp @@ -19,7 +19,7 @@  */  #include "kdevmainwindow.h" -#include <kmainwindow.h> +#include <tdemainwindow.h>  #include <kstatusbar.h>  KStatusBar *KDevMainWindow::statusBar() diff --git a/lib/interfaces/kdevplugin.cpp b/lib/interfaces/kdevplugin.cpp index bca67f52..b7bf4f6c 100644 --- a/lib/interfaces/kdevplugin.cpp +++ b/lib/interfaces/kdevplugin.cpp @@ -32,7 +32,7 @@  #include "kdevpartcontroller.h"  #include "kdevplugincontroller.h" -#include <kaction.h> +#include <tdeaction.h>  #include <kglobal.h>  #include <kiconloader.h> | 
