@ -49,7 +49,7 @@ class KoTCDIconCanvas : public KIconCanvas
: KIconCanvas ( parent , name ) { }
bool isCurrentValid ( ) { return currentItem ( ) ; }
TQIconViewItem * load ( KoTemplateGroup * group , const TQString & name , K Instance* instance ) ;
TQIconViewItem * load ( KoTemplateGroup * group , const TQString & name , TDE Instance* instance ) ;
protected :
virtual void keyPressEvent ( TQKeyEvent * e ) {
@ -118,7 +118,7 @@ class KoTCDRecentFilesIconView : public KFileIconView {
TQLabel * toolTip ;
} ;
class K Instance;
class TDE Instance;
class KoTemplateChooseDiaPrivate ;
/**
@ -159,7 +159,7 @@ public:
* This is the static method you ' ll normally use to show the
* dialog .
*
* @ param instance the K Instance of your app
* @ param instance the TDE Instance of your app
* The native mimetype is retrieved from the ( desktop file of ) that instance .
* @ param file this is the filename which is returned to your app
* More precisely , it ' s a url ( to give to KURL ) if ReturnType is File
@ -171,14 +171,14 @@ public:
* @ param parent pointer to parent widget
* @ return The return type ( see above )
*/
static ReturnType choose ( K Instance* instance , TQString & file ,
static ReturnType choose ( TDE Instance* instance , TQString & file ,
const DialogType & dialogType ,
const TQCString & templateType ,
TQWidget * parent ) ;
private :
/// Ditto, with extraNativeMimeTypes added
static ReturnType choose ( K Instance* instance , TQString & file ,
static ReturnType choose ( TDE Instance* instance , TQString & file ,
const TQCString & format ,
const TQString & nativeName ,
const TQStringList & extraNativeMimeTypes ,
@ -215,7 +215,7 @@ private:
*
* @ param parent parent the parent of the dialog
* @ param name the TQt internal name
* @ param instance the K Instance of your app
* @ param instance the TDE Instance of your app
* @ param format is the mimetype of the app ( e . g . application / x - kspread )
* @ param nativeName is the name of your app ( e . g KSpread )
* @ param dialogType the type of the dialog
@ -224,7 +224,7 @@ private:
*
* @ return The return type ( see above )
*/
KoTemplateChooseDia ( TQWidget * parent , const char * name , K Instance* instance ,
KoTemplateChooseDia ( TQWidget * parent , const char * name , TDE Instance* instance ,
const TQCString & format ,
const TQString & nativeName ,
const TQStringList & extraNativeMimeTypes ,