summaryrefslogtreecommitdiffstats
path: root/cervisia/addremovedlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cervisia/addremovedlg.cpp')
-rw-r--r--cervisia/addremovedlg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cervisia/addremovedlg.cpp b/cervisia/addremovedlg.cpp
index 9bd3671b..d28372e6 100644
--- a/cervisia/addremovedlg.cpp
+++ b/cervisia/addremovedlg.cpp
@@ -56,7 +56,7 @@ AddRemoveDialog::AddRemoveDialog(ActionType action, TQWidget* parent, const char
// Add warning message to dialog when user wants to remove a file
if (action==Remove)
{
- TQBoxLayout *warningLayout = new QHBoxLayout;
+ TQBoxLayout *warningLayout = new TQHBoxLayout;
TQLabel *warningIcon = new TQLabel(mainWidget);
KIconLoader *loader = kapp->iconLoader();