summaryrefslogtreecommitdiffstats
path: root/digikam/libs/widgets/common/sidebar.h
diff options
context:
space:
mode:
Diffstat (limited to 'digikam/libs/widgets/common/sidebar.h')
-rw-r--r--digikam/libs/widgets/common/sidebar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/digikam/libs/widgets/common/sidebar.h b/digikam/libs/widgets/common/sidebar.h
index 380acf6d..dfa65ba7 100644
--- a/digikam/libs/widgets/common/sidebar.h
+++ b/digikam/libs/widgets/common/sidebar.h
@@ -67,12 +67,12 @@ public:
/**
* Creates a new sidebar
- * @param tqparent sidebar's tqparent
+ * @param parent sidebar's parent
* @param name the name of the widget is used to store its state to config
* @param side where the sidebar should be displayed. At the left or right border.
* @param minimizedDefault hide the sidebar when the program is started the first time?
*/
- Sidebar(TQWidget *tqparent, const char *name, Side side=Left, bool mimimizedDefault=false);
+ Sidebar(TQWidget *parent, const char *name, Side side=Left, bool mimimizedDefault=false);
virtual ~Sidebar();
/**