summaryrefslogtreecommitdiffstats
path: root/kdevdesigner/designer/workspace.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-17 23:06:17 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-17 23:06:17 +0000
commit2cb2dfe421fb3f11a70368dafbd8a1ec7383d30b (patch)
tree8bd21fd31d2c6ad2e805296d6e229a0c851866cb /kdevdesigner/designer/workspace.h
parente9be34de5fe62ce92c1d4cad63d03be76e9beb8d (diff)
downloadtdevelop-2cb2dfe421fb3f11a70368dafbd8a1ec7383d30b.tar.gz
tdevelop-2cb2dfe421fb3f11a70368dafbd8a1ec7383d30b.zip
Fix remaining kdevelop build problems
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1237331 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdevdesigner/designer/workspace.h')
-rw-r--r--kdevdesigner/designer/workspace.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kdevdesigner/designer/workspace.h b/kdevdesigner/designer/workspace.h
index b32cd16a..b3bb705e 100644
--- a/kdevdesigner/designer/workspace.h
+++ b/kdevdesigner/designer/workspace.h
@@ -39,7 +39,7 @@ class MainWindow;
class Project;
class SourceFile;
class FormFile;
-class TQCompletionEdit;
+class QCompletionEdit;
class SourceEditor;
class WorkspaceItem : public TQListViewItem
@@ -98,7 +98,7 @@ public:
void contentsDragEnterEvent( TQDragEnterEvent *e );
void contentsDragMoveEvent( TQDragMoveEvent *e );
- void setBufferEdit( TQCompletionEdit *edit );
+ void setBufferEdit( QCompletionEdit *edit );
public slots:
@@ -141,7 +141,7 @@ private:
MainWindow *mainWindow;
Project *project;
WorkspaceItem *projectItem;
- TQCompletionEdit *bufferEdit;
+ QCompletionEdit *bufferEdit;
bool blockNewForms;
void updateBufferEdit();
bool completionDirty;