src/qt3support/dialogs/q3filedialog.cpp
changeset 3 41300fa6a67c
parent 0 1918ee327afb
child 4 3b1da2848fc7
equal deleted inserted replaced
2:56cd8111b7f7 3:41300fa6a67c
   113 #if defined(Q_OS_OPENBSD)
   113 #if defined(Q_OS_OPENBSD)
   114 #include <sys/param.h>
   114 #include <sys/param.h>
   115 #endif
   115 #endif
   116 
   116 
   117 QT_BEGIN_NAMESPACE
   117 QT_BEGIN_NAMESPACE
   118 
       
   119 #ifndef QT_MAC_USE_COCOA
       
   120 
   118 
   121 /* XPM */
   119 /* XPM */
   122 static const char * const start_xpm[]={
   120 static const char * const start_xpm[]={
   123     "16 15 8 1",
   121     "16 15 8 1",
   124     "a c #cec6bd",
   122     "a c #cec6bd",
  6051   This function is called by Q3FileDialog if a preview
  6049   This function is called by Q3FileDialog if a preview
  6052   for the \a url should be shown. Reimplement this
  6050   for the \a url should be shown. Reimplement this
  6053   function to provide file previewing.
  6051   function to provide file previewing.
  6054 */
  6052 */
  6055 
  6053 
  6056 #endif // QT_MAC_USE_COCOA
  6054    
  6057     
       
  6058 QT_END_NAMESPACE
  6055 QT_END_NAMESPACE
  6059 
  6056 
  6060 #include "moc_q3filedialog.cpp"
  6057 #include "moc_q3filedialog.cpp"
  6061 #include "q3filedialog.moc"
  6058 #include "q3filedialog.moc"
  6062 
  6059