summaryrefslogtreecommitdiffstats
path: root/src/dialogs/qfiledialog.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
commitea318d1431c89e647598c510c4245c6571aa5f46 (patch)
tree996d29b80c30d453dda86d1a23162d441628f169 /src/dialogs/qfiledialog.cpp
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
Diffstat (limited to 'src/dialogs/qfiledialog.cpp')
-rw-r--r--src/dialogs/qfiledialog.cpp86
1 files changed, 43 insertions, 43 deletions
diff --git a/src/dialogs/qfiledialog.cpp b/src/dialogs/qfiledialog.cpp
index c9032f85..cfa6dd39 100644
--- a/src/dialogs/qfiledialog.cpp
+++ b/src/dialogs/qfiledialog.cpp
@@ -50,50 +50,50 @@
# undef truncate
#endif
-#include "qfiledialog.h"
+#include "ntqfiledialog.h"
#ifndef QT_NO_FILEDIALOG
#include "private/qapplication_p.h"
-#include "qapplication.h"
-#include "qbitmap.h"
-#include "qbuttongroup.h"
-#include "qcheckbox.h"
-#include "qcleanuphandler.h"
-#include "qcombobox.h"
-#include "qcstring.h"
-#include "qcursor.h"
-#include "qdragobject.h"
-#include "qfile.h"
-#include "qguardedptr.h"
-#include "qhbox.h"
-#include "qheader.h"
-#include "qlabel.h"
-#include "qlayout.h"
-#include "qlibrary.h"
-#include "qlineedit.h"
-#include "qlistbox.h"
-#include "qlistview.h"
-#include "qmap.h"
-#include "qmessagebox.h"
-#include "qmime.h"
-#include "qnetworkprotocol.h"
-#include "qobjectlist.h"
-#include "qpainter.h"
-#include "qpopupmenu.h"
-#include "qprogressbar.h"
-#include "qptrvector.h"
-#include "qpushbutton.h"
-#include "qregexp.h"
-#include "qsemimodal.h"
-#include "qsplitter.h"
-#include "qstrlist.h"
-#include "qstyle.h"
-#include "qtimer.h"
-#include "qtoolbutton.h"
-#include "qtooltip.h"
-#include "qvbox.h"
-#include "qwidgetstack.h"
+#include "ntqapplication.h"
+#include "ntqbitmap.h"
+#include "ntqbuttongroup.h"
+#include "ntqcheckbox.h"
+#include "ntqcleanuphandler.h"
+#include "ntqcombobox.h"
+#include "ntqcstring.h"
+#include "ntqcursor.h"
+#include "ntqdragobject.h"
+#include "ntqfile.h"
+#include "ntqguardedptr.h"
+#include "ntqhbox.h"
+#include "ntqheader.h"
+#include "ntqlabel.h"
+#include "ntqlayout.h"
+#include "ntqlibrary.h"
+#include "ntqlineedit.h"
+#include "ntqlistbox.h"
+#include "ntqlistview.h"
+#include "ntqmap.h"
+#include "ntqmessagebox.h"
+#include "ntqmime.h"
+#include "ntqnetworkprotocol.h"
+#include "ntqobjectlist.h"
+#include "ntqpainter.h"
+#include "ntqpopupmenu.h"
+#include "ntqprogressbar.h"
+#include "ntqptrvector.h"
+#include "ntqpushbutton.h"
+#include "ntqregexp.h"
+#include "ntqsemimodal.h"
+#include "ntqsplitter.h"
+#include "ntqstrlist.h"
+#include "ntqstyle.h"
+#include "ntqtimer.h"
+#include "ntqtoolbutton.h"
+#include "ntqtooltip.h"
+#include "ntqvbox.h"
+#include "ntqwidgetstack.h"
#ifdef Q_WS_X11
#include "private/qtkdeintegration_x11_p.h"
@@ -2164,7 +2164,7 @@ static TQStringList makeFiltersList( const TQString &filter )
}
/*!
- \class TQFileDialog qfiledialog.h
+ \class TQFileDialog ntqfiledialog.h
\brief The TQFileDialog class provides dialogs that allow users to select files or directories.
\ingroup dialogs
\mainclass
@@ -4968,7 +4968,7 @@ void TQFileDialog::keyPressEvent( TQKeyEvent * ke )
}
-/*! \class TQFileIconProvider qfiledialog.h
+/*! \class TQFileIconProvider ntqfiledialog.h
\brief The TQFileIconProvider class provides icons for TQFileDialog to
use.
@@ -6445,7 +6445,7 @@ void TQFileDialog::goBack()
// preview widget from TQWidget and from this class' indeed.
/*!
- \class TQFilePreview qfiledialog.h
+ \class TQFilePreview ntqfiledialog.h
\ingroup misc
\brief The TQFilePreview class provides file previewing in TQFileDialog.