summaryrefslogtreecommitdiffstats
path: root/parts/appwizard/appwizarddlg.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2014-05-25 15:37:31 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2014-05-25 15:37:31 +0900
commit6392f5a9dfce2bf83617d49bb7f332181ec6004e (patch)
treeab69e390f7962b7e7dda1a3a64f035c61c751cf4 /parts/appwizard/appwizarddlg.h
parentaba2788b428dc53243407902e9ccbb20b97a69fd (diff)
downloadtdevelop-6392f5a9dfce2bf83617d49bb7f332181ec6004e.tar.gz
tdevelop-6392f5a9dfce2bf83617d49bb7f332181ec6004e.zip
Revert "Finish renaming tdevelop components"
This reverts commit 722ce1efbac31c61b1d4b13f7e075c9f311e3e73.
Diffstat (limited to 'parts/appwizard/appwizarddlg.h')
-rw-r--r--parts/appwizard/appwizarddlg.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/parts/appwizard/appwizarddlg.h b/parts/appwizard/appwizarddlg.h
index 4a160bd2..392cd1b6 100644
--- a/parts/appwizard/appwizarddlg.h
+++ b/parts/appwizard/appwizarddlg.h
@@ -32,12 +32,12 @@ class ProfileSupport;
#include <tqstringlist.h>
#include <tdelistview.h>
#include <kiconview.h>
-#include "tdevversioncontrol.h"
-#include "tdevvcsintegrator.h"
+#include "kdevversioncontrol.h"
+#include "kdevvcsintegrator.h"
#include "appwizarddlgbase.h"
#include "vcs_form.h"
//#include "autoform.h"
-#include "tdevlicense.h"
+#include "kdevlicense.h"
namespace PropertyLib {
class PropertyList;
@@ -132,7 +132,7 @@ public:
protected:
virtual void accept();
- virtual TQDict<TDevLicense> licenses();
+ virtual TQDict<KDevLicense> licenses();
void loadLicenses();
protected slots:
@@ -181,7 +181,7 @@ private: //data
TQDict<TQListViewItem> m_categoryMap;
TQValueList<TQListViewItem*> m_categoryItems;
//! A list of currently available version control systems
-// TQDict<TDevVersionControl> m_availVcs;
+// TQDict<KDevVersionControl> m_availVcs;
TQHBoxLayout *m_custom_options_layout;
PropertyLib::PropertyEditor *m_customOptions;
@@ -195,8 +195,8 @@ private: //data
TDEPopupMenu* m_favouritesMenu;
TDEPopupMenu* m_templatesMenu;
- TQDict<TDevLicense> m_licenses;
- TQDict<TDevVCSIntegrator> m_integrators;
+ TQDict<KDevLicense> m_licenses;
+ TQDict<KDevVCSIntegrator> m_integrators;
TQMap<int, VCSDialog*> m_integratorDialogs;
ProfileSupport *m_profileSupport;