Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/40/head
Michele Calgaro 1 month ago
parent 9af65c91be
commit c322141e5a
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -28,7 +28,7 @@ namespace Dict
class Index; class Index;
} }
class KDE_EXPORT Asyndeta class TDE_EXPORT Asyndeta
{ {
public: public:
// creates index // creates index

@ -34,7 +34,7 @@ struct Conjugation
unsigned int num; unsigned int num;
}; };
class KDE_EXPORT Index class TDE_EXPORT Index
{ {
public: public:
Index(); Index();

@ -42,7 +42,7 @@ namespace Dict
enum TextType { Text_Kanji, Text_Kana, Text_Latin }; enum TextType { Text_Kanji, Text_Kana, Text_Latin };
// returns the TextType of the first part of the text // returns the TextType of the first part of the text
KDE_EXPORT TextType textType(const TQString &text); TDE_EXPORT TextType textType(const TQString &text);
// File needs to be able to give out Arrays based on its mmap'd data. // File needs to be able to give out Arrays based on its mmap'd data.
// But, we don't want the users of the arrays to have to remember to // But, we don't want the users of the arrays to have to remember to
@ -106,7 +106,7 @@ private:
bool valid; bool valid;
}; };
class KDE_EXPORT Entry class TDE_EXPORT Entry
{ {
public: public:
// EDict ctor // EDict ctor
@ -161,7 +161,7 @@ struct SearchResult
enum SearchType { Search_Beginning, Search_FullWord, Search_Anywhere }; enum SearchType { Search_Beginning, Search_FullWord, Search_Anywhere };
enum DictionaryType { Edict, Kanjidict }; enum DictionaryType { Edict, Kanjidict };
class KDE_EXPORT Index : public TQObject class TDE_EXPORT Index : public TQObject
{ {
TQ_OBJECT TQ_OBJECT
@ -193,12 +193,12 @@ private:
}; };
// lotsa helper functions // lotsa helper functions
KDE_EXPORT TQString prettyKanjiReading(TQStringList); TDE_EXPORT TQString prettyKanjiReading(TQStringList);
KDE_EXPORT TQString prettyMeaning(TQStringList); TDE_EXPORT TQString prettyMeaning(TQStringList);
KDE_EXPORT Entry parse(const TQString &); TDE_EXPORT Entry parse(const TQString &);
KDE_EXPORT Entry kanjiParse(const TQString &); TDE_EXPORT Entry kanjiParse(const TQString &);
KDE_EXPORT Dict::Entry firstEntry(Dict::SearchResult); TDE_EXPORT Dict::Entry firstEntry(Dict::SearchResult);
KDE_EXPORT TQString firstEntryText(Dict::SearchResult); TDE_EXPORT TQString firstEntryText(Dict::SearchResult);
int eucStringCompare(const char *str1, const char *str2); int eucStringCompare(const char *str1, const char *str2);
bool isEUC(unsigned char c); bool isEUC(unsigned char c);

@ -38,7 +38,7 @@ class TDEListAction;
class Learn; class Learn;
class ResultView; class ResultView;
class KDE_EXPORT TopLevel : public TDEMainWindow class TDE_EXPORT TopLevel : public TDEMainWindow
{ {
TQ_OBJECT TQ_OBJECT

@ -33,7 +33,7 @@ class KPushButton;
class TDEListBox; class TDEListBox;
class TQButtonGroup; class TQButtonGroup;
class KDE_EXPORT Radical class TDE_EXPORT Radical
{ {
public: public:
Radical(TQString = TQString(), unsigned int = 0); Radical(TQString = TQString(), unsigned int = 0);
@ -50,7 +50,7 @@ class KDE_EXPORT Radical
TQString Kanji; TQString Kanji;
}; };
class KDE_EXPORT Rad : public TQObject class TDE_EXPORT Rad : public TQObject
{ {
TQ_OBJECT TQ_OBJECT
@ -72,7 +72,7 @@ class KDE_EXPORT Rad : public TQObject
bool loaded; bool loaded;
}; };
class KDE_EXPORT RadWidget : public TQWidget class TDE_EXPORT RadWidget : public TQWidget
{ {
TQ_OBJECT TQ_OBJECT

@ -34,7 +34,7 @@ class KStatusBar;
#include "dict.h" #include "dict.h"
#include "rad.h" #include "rad.h"
class KDE_EXPORT ResultView : public KTextBrowser class TDE_EXPORT ResultView : public KTextBrowser
{ {
TQ_OBJECT TQ_OBJECT
@ -64,7 +64,7 @@ class KDE_EXPORT ResultView : public KTextBrowser
bool basicMode; bool basicMode;
}; };
class KDE_EXPORT eEdit : public TDEMainWindow class TDE_EXPORT eEdit : public TDEMainWindow
{ {
TQ_OBJECT TQ_OBJECT
@ -90,7 +90,7 @@ class KDE_EXPORT eEdit : public TDEMainWindow
bool isMod; bool isMod;
}; };
class KDE_EXPORT EditAction : public TDEAction class TDE_EXPORT EditAction : public TDEAction
{ {
TQ_OBJECT TQ_OBJECT

@ -807,7 +807,7 @@ TDEInstance* KmPlotPartFactory::instance()
extern "C" extern "C"
{ {
KDE_EXPORT void* init_libkmplotpart() TDE_EXPORT void* init_libkmplotpart()
{ {
return new KmPlotPartFactory; return new KmPlotPartFactory;
} }

@ -4,4 +4,4 @@ File=kvoctrain.kcfg
ClassName=Prefs ClassName=Prefs
Singleton=true Singleton=true
Mutators=true Mutators=true
Visibility=KDE_EXPORT Visibility=TDE_EXPORT

@ -31,7 +31,7 @@
class QueryManager; class QueryManager;
class GroupOptions; class GroupOptions;
class KDE_EXPORT SettingsProfile class TDE_EXPORT SettingsProfile
{ {
public: public:
SettingsProfile(); SettingsProfile();
@ -43,7 +43,7 @@ public:
TQString block_set; TQString block_set;
}; };
class KDE_EXPORT ProfilesDialog : public KDialogBase class TDE_EXPORT ProfilesDialog : public KDialogBase
{ {
TQ_OBJECT TQ_OBJECT

@ -33,7 +33,7 @@
#include <vector> #include <vector>
using namespace std; using namespace std;
class KDE_EXPORT LineList { class TDE_EXPORT LineList {
public: public:
LineList (const TQString &multilines = ""); LineList (const TQString &multilines = "");

@ -32,7 +32,7 @@
#define MAX_MULTIPLE_CHOICE 5 // select one out of x #define MAX_MULTIPLE_CHOICE 5 // select one out of x
class KDE_EXPORT MultipleChoice class TDE_EXPORT MultipleChoice
{ {
public: public:

@ -105,7 +105,7 @@ struct QueryEntryRef {
typedef vector<vector<QueryEntryRef> > QuerySelection; typedef vector<vector<QueryEntryRef> > QuerySelection;
class KDE_EXPORT QueryManager class TDE_EXPORT QueryManager
{ {
public: public:
// don´t change the order/remove one of these, // don´t change the order/remove one of these,

@ -108,7 +108,7 @@ struct UsageRelation
}; };
class KDE_EXPORT UsageManager class TDE_EXPORT UsageManager
{ {
public: public:

@ -47,7 +47,7 @@ using namespace std;
#define UL_USER_TENSE "#" // designates number of user tense #define UL_USER_TENSE "#" // designates number of user tense
class KDE_EXPORT Article class TDE_EXPORT Article
{ {
public: public:
@ -76,7 +76,7 @@ protected:
}; };
class KDE_EXPORT Comparison class TDE_EXPORT Comparison
{ {
public: public:
@ -106,7 +106,7 @@ protected:
}; };
class KDE_EXPORT TenseRelation class TDE_EXPORT TenseRelation
{ {
public: public:
@ -122,7 +122,7 @@ class KDE_EXPORT TenseRelation
}; };
class KDE_EXPORT Conjugation class TDE_EXPORT Conjugation
{ {
public: public:

@ -33,7 +33,7 @@
#include <algorithm> #include <algorithm>
using namespace std; using namespace std;
KDE_EXPORT vector<int> getCsvOrderStatic(kvoctrainDoc *doc) TDE_EXPORT vector<int> getCsvOrderStatic(kvoctrainDoc *doc)
{ {
vector<int> csv_order; vector<int> csv_order;
TQStringList lang_order = Prefs::pasteOrder(); TQStringList lang_order = Prefs::pasteOrder();

@ -250,7 +250,7 @@ class MultipleChoice;
* This class contains the expressions of your vocabulary * This class contains the expressions of your vocabulary
************************************************************/ ************************************************************/
class KDE_EXPORT kvoctrainDoc : public TQObject class TDE_EXPORT kvoctrainDoc : public TQObject
{ {
TQ_OBJECT TQ_OBJECT

@ -71,7 +71,7 @@ typedef unsigned short count_t;
* translations * translations
**************************************************************/ **************************************************************/
class KDE_EXPORT kvoctrainExpr class TDE_EXPORT kvoctrainExpr
{ {
public: public:

@ -36,7 +36,7 @@ using namespace std;
#include <kdemacros.h> #include <kdemacros.h>
class KDE_EXPORT LangSet class TDE_EXPORT LangSet
{ {
public: public:

@ -49,7 +49,7 @@ class ExtDateTable;
* *
* @short A date selection widget. * @short A date selection widget.
**/ **/
class KDE_EXPORT ExtDatePicker: public TQFrame class TDE_EXPORT ExtDatePicker: public TQFrame
{ {
TQ_OBJECT TQ_OBJECT

@ -1121,12 +1121,12 @@ ExtDateTime ExtDateTime::fromString( const TQString& s, TQt::DateFormat f )
#ifndef TQT_NO_DATASTREAM #ifndef TQT_NO_DATASTREAM
KDE_EXPORT TQDataStream &operator<<( TQDataStream & ostream, const ExtDate & date) TDE_EXPORT TQDataStream &operator<<( TQDataStream & ostream, const ExtDate & date)
{ {
return ostream << (TQ_UINT32)(date.jd()); return ostream << (TQ_UINT32)(date.jd());
} }
KDE_EXPORT TQDataStream &operator>>( TQDataStream & ostream, ExtDate & date) TDE_EXPORT TQDataStream &operator>>( TQDataStream & ostream, ExtDate & date)
{ {
TQ_UINT32 julday; TQ_UINT32 julday;
ostream >> julday; ostream >> julday;
@ -1134,14 +1134,14 @@ KDE_EXPORT TQDataStream &operator>>( TQDataStream & ostream, ExtDate & date)
return ostream; return ostream;
} }
KDE_EXPORT TQDataStream &operator<<( TQDataStream & ostream, const ExtDateTime & dt) TDE_EXPORT TQDataStream &operator<<( TQDataStream & ostream, const ExtDateTime & dt)
{ {
ostream << dt.d; ostream << dt.d;
ostream << dt.t; ostream << dt.t;
return ostream; return ostream;
} }
KDE_EXPORT TQDataStream &operator>>( TQDataStream & ostream, ExtDateTime & dt) TDE_EXPORT TQDataStream &operator>>( TQDataStream & ostream, ExtDateTime & dt)
{ {
ostream >> dt.d >> dt.t; ostream >> dt.d >> dt.t;
return ostream; return ostream;

@ -34,7 +34,7 @@ extern void test2_unit(int y, int m, int d);
class ExtDateTime; class ExtDateTime;
class KDE_EXPORT ExtDate class TDE_EXPORT ExtDate
{ {
public: public:
ExtDate() : m_jd(INVALID_DAY), m_year(0), m_month(0), m_day(0) {} ExtDate() : m_jd(INVALID_DAY), m_year(0), m_month(0), m_day(0) {}
@ -121,7 +121,7 @@ private:
ExtDateTime class ExtDateTime class
*****************************************************************************/ *****************************************************************************/
class KDE_EXPORT ExtDateTime class TDE_EXPORT ExtDateTime
{ {
public: public:
ExtDateTime() {} // set null date and null time ExtDateTime() {} // set null date and null time

@ -61,7 +61,7 @@ private:
class ExtDateEditPrivate; class ExtDateEditPrivate;
class KDE_EXPORT ExtDateEdit : public ExtDateTimeEditBase class TDE_EXPORT ExtDateEdit : public ExtDateTimeEditBase
{ {
TQ_OBJECT TQ_OBJECT
@ -230,7 +230,7 @@ private:
class ExtDateTimeEditPrivate; class ExtDateTimeEditPrivate;
class KDE_EXPORT ExtDateTimeEdit : public TQWidget class TDE_EXPORT ExtDateTimeEdit : public TQWidget
{ {
TQ_OBJECT TQ_OBJECT

@ -32,7 +32,7 @@
* @short A pushbutton to display or allow user selection of a date. * @short A pushbutton to display or allow user selection of a date.
* @version $Id$ * @version $Id$
*/ */
class KDE_EXPORT ExtDateWidget : public TQWidget class TDE_EXPORT ExtDateWidget : public TQWidget
{ {
TQ_OBJECT TQ_OBJECT

@ -23,7 +23,7 @@
#include <tqvaluelist.h> #include <tqvaluelist.h>
#include <kdemacros.h> #include <kdemacros.h>
class KDE_EXPORT KEduVocDataItem class TDE_EXPORT KEduVocDataItem
{ {
public: public:
KEduVocDataItem(); KEduVocDataItem();
@ -42,7 +42,7 @@ private:
typedef TQValueList<KEduVocDataItem> KEduVocDataItemList; typedef TQValueList<KEduVocDataItem> KEduVocDataItemList;
class KDE_EXPORT KEduVocData class TDE_EXPORT KEduVocData
{ {
public: public:
static KEduVocDataItemList parse(const TQString &fileName); static KEduVocDataItemList parse(const TQString &fileName);

@ -27,7 +27,7 @@
*@author Andreas Nicolai *@author Andreas Nicolai
*@version 1.0 *@version 1.0
*/ */
class KDE_EXPORT KPlotAxis { class TDE_EXPORT KPlotAxis {
public: public:
/**@short Default constructor, creates a default axis. */ /**@short Default constructor, creates a default axis. */

@ -29,7 +29,7 @@ class TQPainter;
*@author Jason Harris *@author Jason Harris
*@version 1.0 *@version 1.0
*/ */
class KDE_EXPORT DRect { class TDE_EXPORT DRect {
public: public:
DRect() { DRect( 0.0, 0.0, 1.0, 1.0 ); } DRect() { DRect( 0.0, 0.0, 1.0, 1.0 ); }
DRect( double x, double y, double w, double h ) { X = x; Y = y; W = w; H = h; } DRect( double x, double y, double w, double h ) { X = x; Y = y; W = w; H = h; }
@ -56,7 +56,7 @@ private:
*@author Jason Harris *@author Jason Harris
*@version 1.0 *@version 1.0
*/ */
class KDE_EXPORT DPoint { class TDE_EXPORT DPoint {
public: public:
DPoint() { DPoint( 0.0, 0.0 ); } DPoint() { DPoint( 0.0, 0.0 ); }
DPoint( double x, double y ) { setX( x ); setY( y ); } DPoint( double x, double y ) { setX( x ); setY( y ); }
@ -87,7 +87,7 @@ private:
*about the object's appearance, depending on its type. There is a draw function *about the object's appearance, depending on its type. There is a draw function
*for plotting the object on a KPlotWidget's TQPainter. *for plotting the object on a KPlotWidget's TQPainter.
*/ */
class KDE_EXPORT KPlotObject{ class TDE_EXPORT KPlotObject{
public: public:
/**@enum PTYPE /**@enum PTYPE
*The Type classification of the KPlotObject *The Type classification of the KPlotObject

@ -38,7 +38,7 @@ class TQPixmap;
*tickmarks and labels and a list of KPlotObjects to be drawn. *tickmarks and labels and a list of KPlotObjects to be drawn.
*/ */
class KDE_EXPORT KPlotWidget : public TQWidget { class TDE_EXPORT KPlotWidget : public TQWidget {
TQ_OBJECT TQ_OBJECT
public: public:

@ -34,7 +34,7 @@ class GlossaryItem;
* This class stores all items to be displayed. It also * This class stores all items to be displayed. It also
* has access-methods to the items * has access-methods to the items
*/ */
class KDE_EXPORT Glossary class TDE_EXPORT Glossary
{ {
public: public:
Glossary(); Glossary();
@ -176,7 +176,7 @@ class KDE_EXPORT Glossary
* a number of pictures or references associated to it. * a number of pictures or references associated to it.
* These are stored as TQStringLists. * These are stored as TQStringLists.
*/ */
class KDE_EXPORT GlossaryItem class TDE_EXPORT GlossaryItem
{ {
public: public:
GlossaryItem(){} GlossaryItem(){}
@ -237,7 +237,7 @@ class KDE_EXPORT GlossaryItem
* @author Pino Toscano * @author Pino Toscano
* @author Carsten Niehaus * @author Carsten Niehaus
*/ */
class KDE_EXPORT GlossaryDialog : public KDialogBase class TDE_EXPORT GlossaryDialog : public KDialogBase
{ {
TQ_OBJECT TQ_OBJECT

Loading…
Cancel
Save