diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-07 17:50:24 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-07 17:50:24 -0600 |
commit | bd575e80a7e5e7d49a756e295f5f0f533cdaf8d3 (patch) | |
tree | fd656804539a6a7b1ccb8b6dbcccb915b8940200 /src/gui/studio | |
parent | 77607a381819488c885b8622f12a290867ac6be9 (diff) | |
download | rosegarden-bd575e80a7e5e7d49a756e295f5f0f533cdaf8d3.tar.gz rosegarden-bd575e80a7e5e7d49a756e295f5f0f533cdaf8d3.zip |
Rename KComp to avoid conflicts with KDE4
Diffstat (limited to 'src/gui/studio')
-rw-r--r-- | src/gui/studio/NameSetEditor.h | 2 |
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; |