summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-07 17:50:24 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-07 17:50:24 -0600
commitbd575e80a7e5e7d49a756e295f5f0f533cdaf8d3 (patch)
treefd656804539a6a7b1ccb8b6dbcccb915b8940200
parent77607a381819488c885b8622f12a290867ac6be9 (diff)
downloadrosegarden-bd575e80.tar.gz
rosegarden-bd575e80.zip
Rename KComp to avoid conflicts with KDE4
-rw-r--r--src/gui/studio/NameSetEditor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/studio/NameSetEditor.h b/src/gui/studio/NameSetEditor.h
index 904ea78..1767ca9 100644
--- a/src/gui/studio/NameSetEditor.h
+++ b/src/gui/studio/NameSetEditor.h
@@ -75,7 +75,7 @@ protected:
TQGridLayout *m_mainLayout;
BankEditorDialog* m_bankEditor;
- KCompletion m_completion;
+ TDECompletion m_completion;
TQPushButton *m_initialLabel;
std::vector<TQLabel*> m_labels;
std::vector<KLineEdit*> m_names;