diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:05:29 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:05:29 -0600 |
commit | e54e867af243223a620f12bf260e1af9ac9f6dc5 (patch) | |
tree | 0e741cd6800d16c390671051ae525f760d87cdb5 /src/linklabel.h | |
parent | 934db26c3f8efe148a5680c22f965ee10f818a61 (diff) | |
download | basket-e54e867af243223a620f12bf260e1af9ac9f6dc5.tar.gz basket-e54e867af243223a620f12bf260e1af9ac9f6dc5.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'src/linklabel.h')
-rw-r--r-- | src/linklabel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/linklabel.h b/src/linklabel.h index 48b67c6..3cddc05 100644 --- a/src/linklabel.h +++ b/src/linklabel.h @@ -38,7 +38,7 @@ class IconSizeCombo; class HTMLExporter; class HelpLabel; -class KCModule; +class TDECModule; /** Store the style of links * @author S�astien Laot @@ -182,7 +182,7 @@ class LinkLookEditWidget : public TQWidget Q_OBJECT public: - LinkLookEditWidget(KCModule* module, const TQString exTitle, const TQString exIcon, + LinkLookEditWidget(TDECModule* module, const TQString exTitle, const TQString exIcon, TQWidget *parent = 0, const char *name = 0, WFlags fl = 0); ~LinkLookEditWidget(); void saveChanges(); |