summaryrefslogtreecommitdiffstats
path: root/parts/quickopen
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-07 17:59:05 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-07 17:59:05 -0600
commitd9d612c4a178511357ce335ed8790ab78d822d33 (patch)
treea71db1d95ac1b9a92f39ce0f401b46d0b2f4c979 /parts/quickopen
parent28cd5374ba94ff81d3dd63765232b142038a4dbb (diff)
downloadtdevelop-d9d612c4a178511357ce335ed8790ab78d822d33.tar.gz
tdevelop-d9d612c4a178511357ce335ed8790ab78d822d33.zip
Rename KComp to avoid conflicts with KDE4
Diffstat (limited to 'parts/quickopen')
-rw-r--r--parts/quickopen/quickopendialog.h2
-rw-r--r--parts/quickopen/quickopenfiledialog.h2
-rw-r--r--parts/quickopen/quickopenfunctiondialog.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/parts/quickopen/quickopendialog.h b/parts/quickopen/quickopendialog.h
index a5bd4e50..3446c57a 100644
--- a/parts/quickopen/quickopendialog.h
+++ b/parts/quickopen/quickopendialog.h
@@ -29,7 +29,7 @@
#include "quickopenbase.h"
class QuickOpenPart;
-class KCompletion;
+class TDECompletion;
class QuickOpenDialog : public QuickOpenDialogBase
{
diff --git a/parts/quickopen/quickopenfiledialog.h b/parts/quickopen/quickopenfiledialog.h
index 9bda6e43..88dde1c2 100644
--- a/parts/quickopen/quickopenfiledialog.h
+++ b/parts/quickopen/quickopenfiledialog.h
@@ -27,7 +27,7 @@
#include <kurl.h>
class QuickOpenPart;
-class KCompletion;
+class TDECompletion;
class QuickOpenFileDialog : public QuickOpenDialog
{
diff --git a/parts/quickopen/quickopenfunctiondialog.h b/parts/quickopen/quickopenfunctiondialog.h
index bd8805f5..dc5c69e4 100644
--- a/parts/quickopen/quickopenfunctiondialog.h
+++ b/parts/quickopen/quickopenfunctiondialog.h
@@ -26,7 +26,7 @@
#include "quickopendialog.h"
#include "quickopen_part.h"
-class KCompletion;
+class TDECompletion;
class QuickOpenPart;
class QuickOpenFunctionDialog : public QuickOpenDialog