diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:27:52 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:27:52 +0000 |
commit | 6082256ac592910b0fb2229a095eaa4d85254df2 (patch) | |
tree | a30fe22105b4413c310683d4fb21caff5f8caf6c /cervisia/addremovedlg.cpp | |
parent | 4ae0c208b66e0f7954e194384464fe2d0a2c56dd (diff) | |
download | tdesdk-6082256ac592910b0fb2229a095eaa4d85254df2.tar.gz tdesdk-6082256ac592910b0fb2229a095eaa4d85254df2.zip |
TQt conversion fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdesdk@1158450 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'cervisia/addremovedlg.cpp')
-rw-r--r-- | cervisia/addremovedlg.cpp | 2 |
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(); |