diff options
Diffstat (limited to 'digikam/libs/widgets/common')
-rw-r--r-- | digikam/libs/widgets/common/colorgradientwidget.h | 2 | ||||
-rw-r--r-- | digikam/libs/widgets/common/curveswidget.h | 2 | ||||
-rw-r--r-- | digikam/libs/widgets/common/dlogoaction.h | 2 | ||||
-rw-r--r-- | digikam/libs/widgets/common/filesaveoptionsbox.h | 2 | ||||
-rw-r--r-- | digikam/libs/widgets/common/histogramwidget.h | 2 | ||||
-rw-r--r-- | digikam/libs/widgets/common/paniconwidget.h | 2 | ||||
-rw-r--r-- | digikam/libs/widgets/common/previewwidget.h | 2 | ||||
-rw-r--r-- | digikam/libs/widgets/common/searchtextbar.h | 4 | ||||
-rw-r--r-- | digikam/libs/widgets/common/sidebar.h | 2 | ||||
-rw-r--r-- | digikam/libs/widgets/common/splashscreen.h | 2 | ||||
-rw-r--r-- | digikam/libs/widgets/common/squeezedcombobox.h | 2 | ||||
-rw-r--r-- | digikam/libs/widgets/common/statusled.h | 2 | ||||
-rw-r--r-- | digikam/libs/widgets/common/statusnavigatebar.h | 2 | ||||
-rw-r--r-- | digikam/libs/widgets/common/statusprogressbar.h | 2 | ||||
-rw-r--r-- | digikam/libs/widgets/common/statuszoombar.h | 2 |
15 files changed, 16 insertions, 16 deletions
diff --git a/digikam/libs/widgets/common/colorgradientwidget.h b/digikam/libs/widgets/common/colorgradientwidget.h index 48195869..2b63dc92 100644 --- a/digikam/libs/widgets/common/colorgradientwidget.h +++ b/digikam/libs/widgets/common/colorgradientwidget.h @@ -41,7 +41,7 @@ class ColorGradientWidgetPriv; class DIGIKAM_EXPORT ColorGradientWidget : public TQFrame { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/libs/widgets/common/curveswidget.h b/digikam/libs/widgets/common/curveswidget.h index 50818518..c85cfff6 100644 --- a/digikam/libs/widgets/common/curveswidget.h +++ b/digikam/libs/widgets/common/curveswidget.h @@ -45,7 +45,7 @@ class CurvesWidgetPriv; class DIGIKAM_EXPORT CurvesWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/libs/widgets/common/dlogoaction.h b/digikam/libs/widgets/common/dlogoaction.h index e06eb1c3..77322e2a 100644 --- a/digikam/libs/widgets/common/dlogoaction.h +++ b/digikam/libs/widgets/common/dlogoaction.h @@ -38,7 +38,7 @@ namespace Digikam class DIGIKAM_EXPORT DLogoAction : public KAction { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/libs/widgets/common/filesaveoptionsbox.h b/digikam/libs/widgets/common/filesaveoptionsbox.h index c25b76c1..64ba44f5 100644 --- a/digikam/libs/widgets/common/filesaveoptionsbox.h +++ b/digikam/libs/widgets/common/filesaveoptionsbox.h @@ -43,7 +43,7 @@ class FileSaveOptionsBoxPriv; class DIGIKAM_EXPORT FileSaveOptionsBox : public TQWidgetStack { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/libs/widgets/common/histogramwidget.h b/digikam/libs/widgets/common/histogramwidget.h index 1bf3b59f..6c7a4d61 100644 --- a/digikam/libs/widgets/common/histogramwidget.h +++ b/digikam/libs/widgets/common/histogramwidget.h @@ -44,7 +44,7 @@ class HistogramWidgetPriv; class DIGIKAM_EXPORT HistogramWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/libs/widgets/common/paniconwidget.h b/digikam/libs/widgets/common/paniconwidget.h index ee2524d3..62dbaf37 100644 --- a/digikam/libs/widgets/common/paniconwidget.h +++ b/digikam/libs/widgets/common/paniconwidget.h @@ -44,7 +44,7 @@ class PanIconWidgetPriv; class PanIconWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/libs/widgets/common/previewwidget.h b/digikam/libs/widgets/common/previewwidget.h index 9ceea66a..6d284dc1 100644 --- a/digikam/libs/widgets/common/previewwidget.h +++ b/digikam/libs/widgets/common/previewwidget.h @@ -44,7 +44,7 @@ class PreviewWidgetPriv; class DIGIKAM_EXPORT PreviewWidget : public TQScrollView { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/libs/widgets/common/searchtextbar.h b/digikam/libs/widgets/common/searchtextbar.h index 14f54461..7a8081ad 100644 --- a/digikam/libs/widgets/common/searchtextbar.h +++ b/digikam/libs/widgets/common/searchtextbar.h @@ -47,7 +47,7 @@ class SearchTextBarPriv; class DIGIKAM_EXPORT DLineEdit : public KLineEdit { Q_OBJECT - TQ_OBJECT + public: @@ -74,7 +74,7 @@ private : class DIGIKAM_EXPORT SearchTextBar : public TQWidget { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/libs/widgets/common/sidebar.h b/digikam/libs/widgets/common/sidebar.h index dfa65ba7..7b79a878 100644 --- a/digikam/libs/widgets/common/sidebar.h +++ b/digikam/libs/widgets/common/sidebar.h @@ -52,7 +52,7 @@ class SidebarPriv; class DIGIKAM_EXPORT Sidebar : public KMultiTabBar { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/libs/widgets/common/splashscreen.h b/digikam/libs/widgets/common/splashscreen.h index c1be1272..ef82cced 100644 --- a/digikam/libs/widgets/common/splashscreen.h +++ b/digikam/libs/widgets/common/splashscreen.h @@ -45,7 +45,7 @@ class SplashScreenPriv; class DIGIKAM_EXPORT SplashScreen : public KSplashScreen { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/libs/widgets/common/squeezedcombobox.h b/digikam/libs/widgets/common/squeezedcombobox.h index 87bd6910..1fd131e4 100644 --- a/digikam/libs/widgets/common/squeezedcombobox.h +++ b/digikam/libs/widgets/common/squeezedcombobox.h @@ -56,7 +56,7 @@ class SqueezedComboBoxPriv; class DIGIKAM_EXPORT SqueezedComboBox : public TQComboBox { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/libs/widgets/common/statusled.h b/digikam/libs/widgets/common/statusled.h index 52105a63..9b55edac 100644 --- a/digikam/libs/widgets/common/statusled.h +++ b/digikam/libs/widgets/common/statusled.h @@ -40,7 +40,7 @@ class StatusNavigateBarPriv; class DIGIKAM_EXPORT StatusLed : public TQLabel { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/libs/widgets/common/statusnavigatebar.h b/digikam/libs/widgets/common/statusnavigatebar.h index ec3ceb65..19186875 100644 --- a/digikam/libs/widgets/common/statusnavigatebar.h +++ b/digikam/libs/widgets/common/statusnavigatebar.h @@ -42,7 +42,7 @@ class StatusNavigateBarPriv; class DIGIKAM_EXPORT StatusNavigateBar : public TQWidget { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/libs/widgets/common/statusprogressbar.h b/digikam/libs/widgets/common/statusprogressbar.h index 0b0866bc..512f0296 100644 --- a/digikam/libs/widgets/common/statusprogressbar.h +++ b/digikam/libs/widgets/common/statusprogressbar.h @@ -42,7 +42,7 @@ class StatusProgressBarPriv; class DIGIKAM_EXPORT StatusProgressBar : public TQWidgetStack { Q_OBJECT - TQ_OBJECT + public: diff --git a/digikam/libs/widgets/common/statuszoombar.h b/digikam/libs/widgets/common/statuszoombar.h index a2251f89..fc86a813 100644 --- a/digikam/libs/widgets/common/statuszoombar.h +++ b/digikam/libs/widgets/common/statuszoombar.h @@ -63,7 +63,7 @@ class DIGIKAM_EXPORT StatusZoomBar : public TQHBox { Q_OBJECT - TQ_OBJECT + public: |