diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:29:01 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:29:01 +0000 |
commit | b678e7f967f438e123324c7a34b02388e68d70dc (patch) | |
tree | 5720acc1076baf217f77c48c96f7cabdbab4382b /ark/arkwidget.cpp | |
parent | 5f5ee2367157176ed223b86343eb0a9e4022e020 (diff) | |
download | tdeutils-b678e7f967f438e123324c7a34b02388e68d70dc.tar.gz tdeutils-b678e7f967f438e123324c7a34b02388e68d70dc.zip |
TQt conversion fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeutils@1158453 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'ark/arkwidget.cpp')
-rw-r--r-- | ark/arkwidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ark/arkwidget.cpp b/ark/arkwidget.cpp index 0809a6b..4ced49a 100644 --- a/ark/arkwidget.cpp +++ b/ark/arkwidget.cpp @@ -1470,7 +1470,7 @@ ArkWidget::action_extract() bool bRedoExtract = false; // list of files to be extracted - m_extractList = new QStringList; + m_extractList = new TQStringList; if ( dlg->exec() ) { //m_extractURL will always be the location the user chose to |