diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-11 04:44:41 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-11 04:44:41 +0000 |
commit | a374efce3a207b39514be3c52264091400ce297e (patch) | |
tree | 77bdf654b55826d4f59b53a5621310206bcaead1 /kverbos | |
parent | f81a494f3957d5cf38c787973415597941934727 (diff) | |
download | tdeedu-a374efce3a207b39514be3c52264091400ce297e.tar.gz tdeedu-a374efce3a207b39514be3c52264091400ce297e.zip |
TQt4 port kdeedu
This enables compilation under both Qt3 and Qt4
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeedu@1236073 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kverbos')
26 files changed, 762 insertions, 758 deletions
diff --git a/kverbos/kverbos/data/en/verbos.verbos b/kverbos/kverbos/data/en/verbos.verbos index 62bc04a6..4050476a 100644 --- a/kverbos/kverbos/data/en/verbos.verbos +++ b/kverbos/kverbos/data/en/verbos.verbos @@ -715,7 +715,7 @@ ducharse to take a shower 0 encontrar -to find +to tqfind 3 encontrarse to encounter, to meet diff --git a/kverbos/kverbos/kerfassen.cpp b/kverbos/kverbos/kerfassen.cpp index 9ae8c2b7..b937b89f 100644 --- a/kverbos/kverbos/kerfassen.cpp +++ b/kverbos/kverbos/kerfassen.cpp @@ -31,8 +31,8 @@ // Die Konstruktoren sollen sicherstellen, dass am Anfang die Karteikarten und // die Eingabefelder für Gerund und Partizip nicht aktiviert sind. // Das Dialogfeld in den Zustand nicht geändert versetzen. -KErfassen::KErfassen(spanishVerbList& l, int pos, TQWidget* parent, const char* name, bool modal, WFlags fl) -: QErfassen(parent, name, modal, fl), liste(l) +KErfassen::KErfassen(spanishVerbList& l, int pos, TQWidget* tqparent, const char* name, bool modal, WFlags fl) +: QErfassen(tqparent, name, modal, fl), liste(l) { formEdit[0][0] = EditYo2_1; formEdit[1][0] = EditTu2_1; @@ -352,42 +352,42 @@ void KErfassen::slotNewVerb() void KErfassen::slotN() { - TQLineEdit* pl = dynamic_cast<TQLineEdit*>(focusWidget()); + TQLineEdit* pl = dynamic_cast<TQLineEdit*>(tqfocusWidget()); if (pl) pl->insert("ñ"); } void KErfassen::slotA() { - TQLineEdit* pl = dynamic_cast<TQLineEdit*>(focusWidget()); + TQLineEdit* pl = dynamic_cast<TQLineEdit*>(tqfocusWidget()); if (pl) pl->insert("á"); } void KErfassen::slotE() { - TQLineEdit* pl = dynamic_cast<TQLineEdit*>(focusWidget()); + TQLineEdit* pl = dynamic_cast<TQLineEdit*>(tqfocusWidget()); if (pl) pl->insert("é"); } void KErfassen::slotI() { - TQLineEdit* pl = dynamic_cast<TQLineEdit*>(focusWidget()); + TQLineEdit* pl = dynamic_cast<TQLineEdit*>(tqfocusWidget()); if (pl) pl->insert("í"); } void KErfassen::slotO() { - TQLineEdit* pl = dynamic_cast<TQLineEdit*>(focusWidget()); + TQLineEdit* pl = dynamic_cast<TQLineEdit*>(tqfocusWidget()); if (pl) pl->insert("ó"); } void KErfassen::slotU() { - TQLineEdit* pl = dynamic_cast<TQLineEdit*>(focusWidget()); + TQLineEdit* pl = dynamic_cast<TQLineEdit*>(tqfocusWidget()); if (pl) pl->insert("ú"); } diff --git a/kverbos/kverbos/kerfassen.h b/kverbos/kverbos/kerfassen.h index 47cc3551..7916d712 100644 --- a/kverbos/kverbos/kerfassen.h +++ b/kverbos/kverbos/kerfassen.h @@ -26,7 +26,7 @@ class TQLineEdit; -/** This class overloads the class QErfassen which was created with the Qt-designer. +/** This class overloads the class QErfassen which was created with the TQt-designer. * The dialog is used to edit existing verbs and to add new verbs. * *@author Arnold Kraschinski @@ -34,17 +34,17 @@ class TQLineEdit; class KErfassen : public QErfassen { public: - /** An die Dialogklasse wird ein Zeiger auf eine Verbliste übergeben, damit - * Verben in die Liste eingefügt werden können. Es wird auch ein Iterator übergeben, der + /** An die Dialogklasse wird ein Zeiger auf eine Verbliste �bergeben, damit + * Verben in die Liste eingef�gt werden k�nnen. Es wird auch ein Iterator �bergeben, der * anzeigt, wo mit dem editieren begonnen werden soll. */ - KErfassen(spanishVerbList& l, int pos = -1, TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0); + KErfassen(spanishVerbList& l, int pos = -1, TQWidget* tqparent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0); /** der Destruktor */ virtual ~KErfassen(); - /** Gibt zurück, ob durch den Ablauf des Dialoges eine Änderung an der + /** Gibt zur�ck, ob durch den Ablauf des Dialoges eine �nderung an der * bearbeiteten Verbliste entstanden ist (list = true). - * Wird als Parameter false übergeben, erfährt man, ob das Fenster des Dialoges - * geändert wurde. + * Wird als Parameter false �bergeben, erf�hrt man, ob das Fenster des Dialoges + * ge�ndert wurde. */ bool wasChanged(); /** The dialog works on his own copy of the verblist. So after the end of the dialog @@ -64,36 +64,36 @@ private: * werden. */ void verbToWidget(); - /** Deaktiviert die Eingabefelder für die Gerund-Form und für das Partizip - * und die Karteikarten für die ganzen Formen. Außerdem wird der Radiobutton - * wieder auf den Ausgangszustand zurückgesetzt. + /** Deaktiviert die Eingabefelder f�r die Gerund-Form und f�r das Partizip + * und die Karteikarten f�r die ganzen Formen. Au�erdem wird der Radiobutton + * wieder auf den Ausgangszustand zur�ckgesetzt. */ void deaktivieren(); - /** Aktiviert die Eingabefelder für die Gerund-Form und für das Partizip - * und die Karteikarten für die ganzen Formen. Außerdem wird der Radiobutton + /** Aktiviert die Eingabefelder f�r die Gerund-Form und f�r das Partizip + * und die Karteikarten f�r die ganzen Formen. Au�erdem wird der Radiobutton * in den gesetzten Zustand gebracht. */ void aktivieren(); /** In dem Dialog sollen ein Teil der Eingabefelder oder aber alle - * Eingabefelder gelöscht werden. + * Eingabefelder gel�scht werden. */ void clearPage(int s); void clearAllPages(); void clearAll(); - /** Es wird geprüft, ob der Inhalt des Eingabefensters verändert wurde. + /** Es wird gepr�ft, ob der Inhalt des Eingabefensters ver�ndert wurde. */ bool widgetChanged(); public slots: /** Dieser Slot bearbeitet den Wechsel am RadioButtonIrregular - * Wird der Knopf ausgewählt, dann müssen alle Felder für die - * unregelmäßigen Formen aktiviert werden. - * Wird der Button gelöscht, dann müssen die Felder deaktiviert + * Wird der Knopf ausgew�hlt, dann m�ssen alle Felder f�r die + * unregelm��igen Formen aktiviert werden. + * Wird der Button gel�scht, dann m�ssen die Felder deaktiviert * werden. */ // virtual void slotToggleIrregular(bool b); virtual void slotTypChanged(int); - /** Die folgenden Slots werden von den einzelnen Löschen-Buttons des + /** Die folgenden Slots werden von den einzelnen L�schen-Buttons des * Dialoges aufgerufen. */ virtual void slotClearPage1(); @@ -105,16 +105,16 @@ public slots: virtual void slotClearPage7(); virtual void slotClearPage8(); virtual void slotClearAll(); - /** Wird aufgerufen, wenn der 'beenden'-Button gedrückt wurde. + /** Wird aufgerufen, wenn der 'beenden'-Button gedr�ckt wurde. */ virtual void slotDlgEnde(); /** Die Eingabe eines Verbes wurde abgeschlossen und es wurde der - * weiter Button gedrückt, um weitere Verben einzugeben. + * weiter Button gedr�ckt, um weitere Verben einzugeben. */ virtual void slotWeiter(); - /** Es wurde an einer Position in der Liste der zurück-Button betätigt. - * Das gerade eingegebene Verb muss in die Liste übernommen werden und der - * Positionszeiger in der Liste muss eine Position nach hinten rücken, falls + /** Es wurde an einer Position in der Liste der zur�ck-Button bet�tigt. + * Das gerade eingegebene Verb muss in die Liste �bernommen werden und der + * Positionszeiger in der Liste muss eine Position nach hinten r�cken, falls * es ein Verb weiter vorne in der Liste gibt. Dieses Verb muss eventuell in * den Dialog geladen werden. */ @@ -125,8 +125,8 @@ public slots: */ virtual void slotNewVerb(); /** Die folgenden Slots werden aufgerufen, wenn ein Button mit einem - * spanischen Sonderzeichen gedrückt wird. - * Das Zeichen wird dann dem Eingabefeld, das den Focus hat zugefügt. + * spanischen Sonderzeichen gedr�ckt wird. + * Das Zeichen wird dann dem Eingabefeld, das den Focus hat zugef�gt. */ virtual void slotN(); virtual void slotA(); @@ -139,7 +139,7 @@ private: /** Der Zeiger auf das Dokumenten-Objekt des Programmes. */ spanishVerbList liste; spanishVerbList::Iterator position; - /** changed zeigt an, ob etwas geändert wurde. */ + /** changed zeigt an, ob etwas ge�ndert wurde. */ bool changed; /** Are pointers to the GUI elements for an easier use */ TQLineEdit* formEdit[6][MAX_TIEMPOS]; diff --git a/kverbos/kverbos/kfeedercontrol.cpp b/kverbos/kverbos/kfeedercontrol.cpp index 8948a128..9a5ad2f1 100644 --- a/kverbos/kverbos/kfeedercontrol.cpp +++ b/kverbos/kverbos/kfeedercontrol.cpp @@ -58,7 +58,7 @@ bool KFeederControl::reset() if (active) { TQByteArray data; // "raw support" for data - QDataStream arg(data, IO_WriteOnly); // "container" provides + TQDataStream arg(data, IO_WriteOnly); // "container" provides // easy access to data int a_number = 1; arg << a_number; // put information on the @@ -78,7 +78,7 @@ bool KFeederControl::addOne() if (active) { TQByteArray data; // "raw support" for data - QDataStream arg(data, IO_WriteOnly); // "container" provides + TQDataStream arg(data, IO_WriteOnly); // "container" provides // easy access to data int a_number = 1; arg << a_number; // put information on the @@ -98,7 +98,7 @@ bool KFeederControl::addN(int n) if (active) { TQByteArray data; // "raw support" for data - QDataStream arg(data, IO_WriteOnly); // "container" provides + TQDataStream arg(data, IO_WriteOnly); // "container" provides // easy access to data int a_number = n; arg << a_number; // put information on the @@ -120,7 +120,7 @@ bool KFeederControl::setAutomatic(bool a) if (active) { TQByteArray data; // "raw support" for data - QDataStream arg(data, IO_WriteOnly); // "container" provides + TQDataStream arg(data, IO_WriteOnly); // "container" provides // easy access to data int num; if (a) diff --git a/kverbos/kverbos/kresult.cpp b/kverbos/kverbos/kresult.cpp index 2eb5b6c1..292dbe21 100644 --- a/kverbos/kverbos/kresult.cpp +++ b/kverbos/kverbos/kresult.cpp @@ -23,8 +23,8 @@ #include <klocale.h> -KResult::KResult(KVerbosUser* pU, TQWidget* parent, const char* name, bool modal, WFlags fl ) -: QResult(parent, name, modal, fl) +KResult::KResult(KVerbosUser* pU, TQWidget* tqparent, const char* name, bool modal, WFlags fl ) +: QResult(tqparent, name, modal, fl) { int sessions; TQString date[10]; diff --git a/kverbos/kverbos/kresult.h b/kverbos/kverbos/kresult.h index e4aee250..715c27ab 100644 --- a/kverbos/kverbos/kresult.h +++ b/kverbos/kverbos/kresult.h @@ -28,7 +28,7 @@ class KResult : public QResult { public: - KResult(KVerbosUser* pU, TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); + KResult(KVerbosUser* pU, TQWidget* tqparent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); ~KResult(); public slots: /** Wird durch den OK-Button aufgerufen und beendet den Dialog. diff --git a/kverbos/kverbos/kstartuplogo.cpp b/kverbos/kverbos/kstartuplogo.cpp index b01088ec..b31050d0 100644 --- a/kverbos/kverbos/kstartuplogo.cpp +++ b/kverbos/kverbos/kstartuplogo.cpp @@ -20,8 +20,8 @@ #include <kstandarddirs.h> #include <kglobalsettings.h> -KStartupLogo::KStartupLogo(TQWidget * parent, const char *name) -: TQWidget(parent,name,WStyle_Customize | WStyle_NoBorder ) +KStartupLogo::KStartupLogo(TQWidget * tqparent, const char *name) +: TQWidget(tqparent,name,WStyle_Customize | WStyle_NoBorder ) { TQPixmap pm; pm.load(locate("appdata", "pics/startuplogo.png")); diff --git a/kverbos/kverbos/kstartuplogo.h b/kverbos/kverbos/kstartuplogo.h index c290cc0a..c83e7201 100644 --- a/kverbos/kverbos/kstartuplogo.h +++ b/kverbos/kverbos/kstartuplogo.h @@ -26,8 +26,9 @@ class KStartupLogo : public TQWidget { Q_OBJECT + TQ_OBJECT public: - KStartupLogo(TQWidget *parent=0, const char *name=0); + KStartupLogo(TQWidget *tqparent=0, const char *name=0); ~KStartupLogo(); protected: virtual bool event(TQEvent*); diff --git a/kverbos/kverbos/kverbedit.cpp b/kverbos/kverbos/kverbedit.cpp index 7e7bcde8..c4b8c800 100644 --- a/kverbos/kverbos/kverbedit.cpp +++ b/kverbos/kverbos/kverbedit.cpp @@ -24,8 +24,8 @@ * die Liste der Verben bearbeitet werden kann. Zu Beginn mssen alle Verben * aus der Liste in eine dialogeigene Liste und die TQListView bertragen werden. */ -KVerbEdit::KVerbEdit(spanishVerbList& l, TQWidget* parent /*= 0*/, const char* name /*= 0*/, bool modal /*= FALSE*/, WFlags fl /*= 0*/) -: QVerbEdit(parent, name, modal, fl), list(l) +KVerbEdit::KVerbEdit(spanishVerbList& l, TQWidget* tqparent /*= 0*/, const char* name /*= 0*/, bool modal /*= FALSE*/, WFlags fl /*= 0*/) +: QVerbEdit(tqparent, name, modal, fl), list(l) { // Die Spaltenbreiten anpassen ListView1->setColumnWidthMode(0, TQListView::Manual); diff --git a/kverbos/kverbos/kverbedit.h b/kverbos/kverbos/kverbedit.h index e3b84d56..d9dcd7f4 100644 --- a/kverbos/kverbos/kverbedit.h +++ b/kverbos/kverbos/kverbedit.h @@ -23,18 +23,18 @@ /** * In dieser Klasse geht es darum die Liste der Verben zu editieren, nicht - * gewünschte Eintragungen zu löschen, weitere Eintragungen zu ergänzen - * Änderungen an den Eintragungen vorzunehmen. + * gew�nschte Eintragungen zu l�schen, weitere Eintragungen zu erg�nzen + * �nderungen an den Eintragungen vorzunehmen. * *@author Arnold Kraschinski */ class KVerbEdit : public QVerbEdit { public: - /** An die Dialogklasse wird direkt die Verbliste übergeben, damit + /** An die Dialogklasse wird direkt die Verbliste �bergeben, damit * die Liste der Verben bearbeitet werden kann. */ - KVerbEdit(spanishVerbList& l, TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0); + KVerbEdit(spanishVerbList& l, TQWidget* tqparent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0); ~KVerbEdit(); /** kopiert die Liste in die ListView. */ void listToView(); @@ -44,20 +44,20 @@ public: bool wasChanged() const { return changed; } public slots: - /** Wird durch den OK-Button aufgerufen und beendet den Dialog. Änderungen - * werden übernommen. + /** Wird durch den OK-Button aufgerufen und beendet den Dialog. �nderungen + * werden �bernommen. */ virtual void slotDlgEnde(); /** Wird durch den Cancel-Button aufgerufen und beendet den Dialog ohne - * Änderungen zu übernehmen. + * �nderungen zu �bernehmen. */ virtual void slotCancel(); - /** Ist ein Verb in der Listenansicht ausgewählt, dann wird der Dialog - * KErfassen mit diesem Verb gestartet, ansonsten leer. Es können neue - * Verben eingegeben werden oder alte verändert werden. + /** Ist ein Verb in der Listenansicht ausgew�hlt, dann wird der Dialog + * KErfassen mit diesem Verb gestartet, ansonsten leer. Es k�nnen neue + * Verben eingegeben werden oder alte ver�ndert werden. */ virtual void slotEditVerb(); - /** Das in der Listenansicht ausgewählte Verb wird gelöscht. */ + /** Das in der Listenansicht ausgew�hlte Verb wird gel�scht. */ virtual void slotDelete(); private: @@ -65,7 +65,7 @@ private: */ spanishVerbList list; /** zeigt an, ob der momentane Inhalt der Felder des Dialoges schon - * in die Liste aufgenommen wurde, das ist wichtig, um beim Schließen + * in die Liste aufgenommen wurde, das ist wichtig, um beim Schlie�en * keine Informationen zu verlieren. */ bool changed; diff --git a/kverbos/kverbos/kverbos.cpp b/kverbos/kverbos/kverbos.cpp index 96d6930a..234e43a0 100644 --- a/kverbos/kverbos/kverbos.cpp +++ b/kverbos/kverbos/kverbos.cpp @@ -39,7 +39,7 @@ #include "kfeedercontrol.h" #include "prefs.h" -// ID Nummern für die Statuszeile +// ID Nummern f�r die Statuszeile #define ID_STATUS_MSG 1 #define ID_TRAINED_MSG 2 #define ID_CORRECT_MSG 3 @@ -55,7 +55,7 @@ KVerbosApp::KVerbosApp(TQWidget* , const char* name):KMainWindow (0, name) start_logo->show(); start_logo->raise(); - // die Instanzen von kverbos zählen + // die Instanzen von kverbos z�hlen kverbosCounter++; config=kapp->config(); @@ -82,7 +82,7 @@ KVerbosApp::KVerbosApp(TQWidget* , const char* name):KMainWindow (0, name) editPaste->setEnabled(false); userResults->setEnabled(false); - // El programa ha leído las opciones del programa. Entonces puedo iniciar el objeto + // El programa ha le�do las opciones del programa. Entonces puedo iniciar el objeto // por la control de KFeeder. if (useKFeeder) { @@ -98,17 +98,17 @@ KVerbosApp::KVerbosApp(TQWidget* , const char* name):KMainWindow (0, name) else kfeederControl = 0; - // das Logo wieder löschen + // das Logo wieder l�schen delete start_logo; } KVerbosApp::~KVerbosApp() { - // den Instanzenzähler zurücksetzen + // den Instanzenz�hler zur�cksetzen kverbosCounter--; if (kfeederControl) { - disconnect(view, TQT_SIGNAL(informKFeeder(int)), this, TQT_SLOT(slotFeedIt(int))); + disconnect(view, TQT_SIGNAL(informKFeeder(int)), TQT_TQOBJECT(this), TQT_SLOT(slotFeedIt(int))); delete kfeederControl; kfeederControl = 0; }; @@ -116,25 +116,25 @@ KVerbosApp::~KVerbosApp() void KVerbosApp::initActions() { - fileNewWindow = new KAction(i18n("New &Window"), "window_new.png", 0, this, TQT_SLOT(slotFileNewWindow()), actionCollection(),"file_new_window"); - fileNew = KStdAction::openNew(this, TQT_SLOT(slotFileNew()), actionCollection()); - fileOpen = KStdAction::open(this, TQT_SLOT(slotFileOpen()), actionCollection()); - fileOpenRecent = KStdAction::openRecent(this, TQT_SLOT(slotFileOpenRecent(const KURL&)), actionCollection()); - fileOpenStandard = new KAction(i18n("Open &Standard Verb File"), "fileopen.png", 0, this, TQT_SLOT(slotFileOpenStandard()), actionCollection(),"file_open_standard"); - fileSave = KStdAction::save(this, TQT_SLOT(slotFileSave()), actionCollection()); - fileSaveAs = KStdAction::saveAs(this, TQT_SLOT(slotFileSaveAs()), actionCollection()); - fileClose = KStdAction::close(this, TQT_SLOT(slotFileClose()), actionCollection()); - filePrint = KStdAction::print(this, TQT_SLOT(slotFilePrint()), actionCollection()); - fileQuit = KStdAction::quit(this, TQT_SLOT(slotFileQuit()), actionCollection()); - editCut = KStdAction::cut(this, TQT_SLOT(slotEditCut()), actionCollection()); - editCopy = KStdAction::copy(this, TQT_SLOT(slotEditCopy()), actionCollection()); - editPaste = KStdAction::paste(this, TQT_SLOT(slotEditPaste()), actionCollection()); - editErfassen = new KAction(i18n("E&nter New Verb..."), 0, 0, this, TQT_SLOT(slotEditErfassen()), actionCollection(),"edit_erfassen"); - editBearbeiten = new KAction(i18n("&Edit Verb List..."), 0, 0, this, TQT_SLOT(slotEditBearbeiten()), actionCollection(), "edit_bearbeiten"); - - settingOptions = new KAction(i18n("&Configure KVerbos..."), 0, 0, this, TQT_SLOT(slotSettingsOptions()), actionCollection(), "settings_options"); - userUsername = new KAction(i18n("&Username..."), 0, 0, this, TQT_SLOT(slotSettingsUsername()), actionCollection(), "user_username"); - userResults = new KAction(i18n("&Results"), 0, 0, this, TQT_SLOT(slotUserResults()), actionCollection(), "user_results"); + fileNewWindow = new KAction(i18n("New &Window"), "window_new.png", 0, TQT_TQOBJECT(this), TQT_SLOT(slotFileNewWindow()), actionCollection(),"file_new_window"); + fileNew = KStdAction::openNew(TQT_TQOBJECT(this), TQT_SLOT(slotFileNew()), actionCollection()); + fileOpen = KStdAction::open(TQT_TQOBJECT(this), TQT_SLOT(slotFileOpen()), actionCollection()); + fileOpenRecent = KStdAction::openRecent(TQT_TQOBJECT(this), TQT_SLOT(slotFileOpenRecent(const KURL&)), actionCollection()); + fileOpenStandard = new KAction(i18n("Open &Standard Verb File"), "fileopen.png", 0, TQT_TQOBJECT(this), TQT_SLOT(slotFileOpenStandard()), actionCollection(),"file_open_standard"); + fileSave = KStdAction::save(TQT_TQOBJECT(this), TQT_SLOT(slotFileSave()), actionCollection()); + fileSaveAs = KStdAction::saveAs(TQT_TQOBJECT(this), TQT_SLOT(slotFileSaveAs()), actionCollection()); + fileClose = KStdAction::close(TQT_TQOBJECT(this), TQT_SLOT(slotFileClose()), actionCollection()); + filePrint = KStdAction::print(TQT_TQOBJECT(this), TQT_SLOT(slotFilePrint()), actionCollection()); + fileQuit = KStdAction::quit(TQT_TQOBJECT(this), TQT_SLOT(slotFileQuit()), actionCollection()); + editCut = KStdAction::cut(TQT_TQOBJECT(this), TQT_SLOT(slotEditCut()), actionCollection()); + editCopy = KStdAction::copy(TQT_TQOBJECT(this), TQT_SLOT(slotEditCopy()), actionCollection()); + editPaste = KStdAction::paste(TQT_TQOBJECT(this), TQT_SLOT(slotEditPaste()), actionCollection()); + editErfassen = new KAction(i18n("E&nter New Verb..."), 0, 0, TQT_TQOBJECT(this), TQT_SLOT(slotEditErfassen()), actionCollection(),"edit_erfassen"); + editBearbeiten = new KAction(i18n("&Edit Verb List..."), 0, 0, TQT_TQOBJECT(this), TQT_SLOT(slotEditBearbeiten()), actionCollection(), "edit_bearbeiten"); + + settingOptions = new KAction(i18n("&Configure KVerbos..."), 0, 0, TQT_TQOBJECT(this), TQT_SLOT(slotSettingsOptions()), actionCollection(), "settings_options"); + userUsername = new KAction(i18n("&Username..."), 0, 0, TQT_TQOBJECT(this), TQT_SLOT(slotSettingsUsername()), actionCollection(), "user_username"); + userResults = new KAction(i18n("&Results"), 0, 0, TQT_TQOBJECT(this), TQT_SLOT(slotUserResults()), actionCollection(), "user_results"); fileNewWindow->setToolTip(i18n("Opens a new application window")); fileOpenStandard->setToolTip(i18n("Opens the standard KVerbos verb file")); @@ -182,8 +182,8 @@ void KVerbosApp::initDocument() { doc = new KVerbosDoc(this); doc->newDocument(); - connect(doc, TQT_SIGNAL(anzahlVerbenGeaendert(int)), this, TQT_SLOT(slotStatusVerbMsg(int))); - connect(this, TQT_SIGNAL(testAnzahl(int)), this, TQT_SLOT(slotStatusVerbMsg(int))); + connect(doc, TQT_SIGNAL(anzahlVerbenGeaendert(int)), TQT_TQOBJECT(this), TQT_SLOT(slotStatusVerbMsg(int))); + connect(this, TQT_SIGNAL(testAnzahl(int)), TQT_TQOBJECT(this), TQT_SLOT(slotStatusVerbMsg(int))); } void KVerbosApp::initView() @@ -197,9 +197,9 @@ void KVerbosApp::initView() setCentralWidget(view); setCaption(doc->URL().fileName(),false); // - connect(view, TQT_SIGNAL(numberTrainedChanged(int)), this, TQT_SLOT(slotStatusTrainedMsg(int))); - connect(view, TQT_SIGNAL(numberCorrectChanged(int)), this, TQT_SLOT(slotStatusCorrectMsg(int))); - connect(view, TQT_SIGNAL(informKFeeder(int)), this, TQT_SLOT(slotFeedIt(int))); + connect(view, TQT_SIGNAL(numberTrainedChanged(int)), TQT_TQOBJECT(this), TQT_SLOT(slotStatusTrainedMsg(int))); + connect(view, TQT_SIGNAL(numberCorrectChanged(int)), TQT_TQOBJECT(this), TQT_SLOT(slotStatusCorrectMsg(int))); + connect(view, TQT_SIGNAL(informKFeeder(int)), TQT_TQOBJECT(this), TQT_SLOT(slotFeedIt(int))); } void KVerbosApp::openDocumentFile(const KURL& url) @@ -222,7 +222,7 @@ void KVerbosApp::saveOptions() fileOpenRecent->saveEntries(config,"Recent Files"); // Meine eigenen Optionen - // Die zum Lernen ausgewählten Zeiten + // Die zum Lernen ausgew�hlten Zeiten config->setGroup("tiempos"); TQString key; for (int i = presente; i<MAX_TIEMPOS; i++) @@ -250,7 +250,7 @@ void KVerbosApp::readOptions() fileOpenRecent->loadEntries(config,"Recent Files"); // Meine eigenen Optionen - // Die zum Lernen ausgewählten Zeiten + // Die zum Lernen ausgew�hlten Zeiten config->setGroup("tiempos"); TQString key; for (int i = presente; i<MAX_TIEMPOS; i++) @@ -258,10 +258,10 @@ void KVerbosApp::readOptions() key.setNum(i); TQString options = config->readEntry ( key, "true false false"); int pos1 = 0; - int pos2 = options.find (' ', pos1, false); + int pos2 = options.tqfind (' ', pos1, false); timeOptions[i][0] = (options.left(pos2) == "true") ? true : false; pos1 = pos2 + 1; - pos2 = options.find (' ', pos1, false); + pos2 = options.tqfind (' ', pos1, false); timeOptions[i][1] = (options.mid(pos1,pos2-pos1) == "true") ? true : false; timeOptions[i][2] = (options.right(options.length()-pos2-1) == "true") ? true : false; }; @@ -385,7 +385,7 @@ void KVerbosApp::slotFileOpen() } else { - KURL url=KFileDialog::getOpenURL(TQString::null, + KURL url=KFileDialog::getOpenURL(TQString(), i18n("*|All Files"), this, i18n("Open File")); if(!url.isEmpty()) { @@ -446,7 +446,7 @@ void KVerbosApp::slotFileSave() slotStatusMsg(i18n("Saving file...")); if (doc->URL().fileName() == i18n("Untitled")) { - // Hier liegt ein Fall vor, der zu "Save as ... " gehört. + // Hier liegt ein Fall vor, der zu "Save as ... " geh�rt. slotFileSaveAs(); } else @@ -553,7 +553,7 @@ void KVerbosApp::slotStatusVerbMsg(int n) statusBar()->changeItem(s, ID_VERBS_MSG); } -// Gibt die Anzahl der geübten Verben in der Statuszeile aus. +// Gibt die Anzahl der ge�bten Verben in der Statuszeile aus. void KVerbosApp::slotStatusTrainedMsg(int n) { TQString s; @@ -562,7 +562,7 @@ void KVerbosApp::slotStatusTrainedMsg(int n) statusBar()->changeItem(s, ID_TRAINED_MSG); } -// Gibt die Anzahl der richtig geübten Verben aus. +// Gibt die Anzahl der richtig ge�bten Verben aus. void KVerbosApp::slotStatusCorrectMsg(int n) { TQString s; @@ -571,7 +571,7 @@ void KVerbosApp::slotStatusCorrectMsg(int n) statusBar()->changeItem(s, ID_CORRECT_MSG); } -// öffnet einen Dialog mit dem neue Verben erfasst werden können. +// �ffnet einen Dialog mit dem neue Verben erfasst werden k�nnen. void KVerbosApp::slotEditErfassen() { spanishVerbList* pList = getDocument()->getList(); @@ -588,7 +588,7 @@ void KVerbosApp::slotEditErfassen() emit testAnzahl(doc->getAnzahl()); } -// öffnet einen Dialog mit dem die Verbliste bearbeitet werden kann. +// �ffnet einen Dialog mit dem die Verbliste bearbeitet werden kann. void KVerbosApp::slotEditBearbeiten() { KVerbEdit* pDlgEdit = new KVerbEdit(*(getDocument()->getList()), this, "edit the verbs", true); @@ -690,8 +690,8 @@ void KVerbosApp::slotSettingsOptions() correctStrict = pDlgEdit->RadioStrictCorr->isChecked(); // showKFeederSplash = pDlgEdit->CheckBoxSplash->isChecked(); - // testen ob die Art der Futteranimationen geändert werden soll. Diese soll nur geändert - // werden, wenn der KFeeder läuft und auch weiterhin laufen soll. + // testen ob die Art der Futteranimationen ge�ndert werden soll. Diese soll nur ge�ndert + // werden, wenn der KFeeder l�uft und auch weiterhin laufen soll. if ((automaticKFeeder != pDlgEdit->CheckBoxMode->isChecked()) && useKFeeder && (pDlgEdit->CheckBoxKFeeder->isChecked() == true)) @@ -699,7 +699,7 @@ void KVerbosApp::slotSettingsOptions() kfeederControl->setAutomatic(pDlgEdit->CheckBoxMode->isChecked()); }; automaticKFeeder = pDlgEdit->CheckBoxMode->isChecked(); - // prüfen, ob der KFeeder angehalten oder gestartet werden soll. + // pr�fen, ob der KFeeder angehalten oder gestartet werden soll. if ((pDlgEdit->CheckBoxKFeeder->isChecked() == true) && (!useKFeeder)) { // kfeeder starten @@ -710,7 +710,7 @@ void KVerbosApp::slotSettingsOptions() if ((pDlgEdit->CheckBoxKFeeder->isChecked() == false) && (useKFeeder)) { // kfeeder anhalten - disconnect(view, TQT_SIGNAL(informKFeeder(int)), this, TQT_SLOT(slotFeedIt(int))); + disconnect(view, TQT_SIGNAL(informKFeeder(int)), TQT_TQOBJECT(this), TQT_SLOT(slotFeedIt(int))); delete kfeederControl; kfeederControl = 0; }; @@ -731,7 +731,7 @@ void KVerbosApp::slotSettingsUsername() { bool ok; TQString n = KInputDialog::getText(i18n("Enter User Name"), i18n("Please enter your name:"), - TQString::null , &ok, this).simplifyWhiteSpace(); + TQString() , &ok, this).simplifyWhiteSpace(); if (ok) { statusBar()->changeItem(i18n("user: ") + n, ID_USERNAME_MSG); diff --git a/kverbos/kverbos/kverbos.h b/kverbos/kverbos/kverbos.h index 982ee0c1..aced0440 100644 --- a/kverbos/kverbos/kverbos.h +++ b/kverbos/kverbos/kverbos.h @@ -23,7 +23,7 @@ #include <config.h> #endif -// include files for Qt +// include files for TQt // include files for KDE #include <kapplication.h> @@ -57,13 +57,14 @@ class KFeederControl; class KVerbosApp : public KMainWindow { Q_OBJECT + TQ_OBJECT friend class KVerbosView; public: /** construtor of KVerbosApp, calls all init functions to create the application. */ - KVerbosApp(TQWidget* parent=0, const char* name=0); + KVerbosApp(TQWidget* tqparent=0, const char* name=0); ~KVerbosApp(); /** opens a file specified by commandline option */ @@ -78,7 +79,7 @@ class KVerbosApp : public KMainWindow bool doitStrict() const { return correctStrict; } protected: - /** save general Options like all bar positions and status as well as the geometry and the recent file list to the configuration + /** save general Options like all bar positions and status as well as the tqgeometry and the recent file list to the configuration * file */ void saveOptions(); diff --git a/kverbos/kverbos/kverbos.kcfg b/kverbos/kverbos/kverbos.kcfg index c6ee326b..4da6bd36 100644 --- a/kverbos/kverbos/kverbos.kcfg +++ b/kverbos/kverbos/kverbos.kcfg @@ -10,7 +10,7 @@ <code> KConfigBase *globalConf = KGlobal::config(); globalConf->setGroup("Locale"); - QString m_language = globalConf->readEntry("Language", "en"); + TQString m_language = globalConf->readEntry("Language", "en"); //keep only the first 2 characters m_language = m_language.left(2); kdDebug()<< m_language <<endl; diff --git a/kverbos/kverbos/kverbosdoc.cpp b/kverbos/kverbos/kverbosdoc.cpp index 632f10b3..2fd68712 100644 --- a/kverbos/kverbos/kverbosdoc.cpp +++ b/kverbos/kverbos/kverbosdoc.cpp @@ -20,7 +20,7 @@ #include <ctime> #include <cstdlib> -// include files for Qt +// include files for TQt #include <tqmessagebox.h> // include files for KDE @@ -39,7 +39,7 @@ TQPtrList<KVerbosView> *KVerbosDoc::pViewList = 0L; -KVerbosDoc::KVerbosDoc(TQWidget *parent, const char *name) : TQObject(parent, name) +KVerbosDoc::KVerbosDoc(TQWidget *tqparent, const char *name) : TQObject(tqparent, name) { if(!pViewList) { @@ -92,7 +92,7 @@ void KVerbosDoc::slotUpdateAllViews(KVerbosView *sender) if(pViewList) for(w=pViewList->first(); w!=0; w=pViewList->next()) if(w!=sender) - w->repaint(); + w->tqrepaint(); } bool KVerbosDoc::saveModified() @@ -101,7 +101,7 @@ bool KVerbosDoc::saveModified() if(modified) { - KVerbosApp *win=(KVerbosApp *) parent(); + KVerbosApp *win=(KVerbosApp *) tqparent(); int want_save = KMessageBox::warningYesNoCancel(win, i18n("The current file has been modified.\nDo you want to save it?"), i18n("Warning"),KStdGuiItem::save(),KStdGuiItem::discard()); @@ -232,9 +232,9 @@ bool KVerbosDoc::openDocHTML(TQFile &f) s = t.readLine(); if (s.left(9) == "<td width") { - int a = s.find('>', 22, true); + int a = s.tqfind('>', 22, true); a++; - int e = s.find('<', a, true); + int e = s.tqfind('<', a, true); v[count1] = s.mid(a, e-a); count1++; }; @@ -294,9 +294,9 @@ bool KVerbosDoc::openDocHTML(TQFile &f) s = t.readLine(); if ((s.left(4) == "<td>") && (s != "<td></td><td></td><td></td><td></td><td></td></tr><tr>")) { - int a = s.find('>', 2, true); + int a = s.tqfind('>', 2, true); a++; - int e = s.find('<', a, true); + int e = s.tqfind('<', a, true); forms[count2] = s.mid(a, e-a); count2++; if (14 == count2) @@ -324,9 +324,9 @@ bool KVerbosDoc::openDocHTML(TQFile &f) { // kommt ein Leerzeichen vor, muss man die Form aufteilen: In das // Reflexivpronomen und das eigentliche Verb - if (forms[i].find(' ') >= 0) + if (forms[i].tqfind(' ') >= 0) { - NewVerb.setForm(a, b, forms[i].right(forms[i].length()-forms[i].find(' ')-1)); + NewVerb.setForm(a, b, forms[i].right(forms[i].length()-forms[i].tqfind(' ')-1)); } else { @@ -344,9 +344,9 @@ bool KVerbosDoc::openDocHTML(TQFile &f) int offs = 30; // kommt ein Leerzeichen vor, muss man die Form aufteilen: In das // Reflexivpronomen und das eigentliche Verb - if (forms[i+offs].find(' ') >= 0) + if (forms[i+offs].tqfind(' ') >= 0) { - NewVerb.setForm(a, b, forms[i+offs].right(forms[i+offs].length()-forms[i+offs].find(' ')-1)); + NewVerb.setForm(a, b, forms[i+offs].right(forms[i+offs].length()-forms[i+offs].tqfind(' ')-1)); } else { @@ -658,10 +658,10 @@ void KVerbosDoc::deleteContents() } // Ein Verb wird der Liste hinzugefügt. -void KVerbosDoc::appendVerb(const verbSpanish v, bool emitStatus /*= true*/) +void KVerbosDoc::appendVerb(const verbSpanish v, bool emittqStatus /*= true*/) { verbList2.append(v); - if (emitStatus) + if (emittqStatus) emit anzahlVerbenGeaendert(getAnzahl()); } @@ -689,7 +689,7 @@ TQString KVerbosDoc::getAuswahl(TQString s[][3], int &t) int ti[MAX_TIEMPOS*MAX_SUBTYPES], ty[MAX_TIEMPOS*MAX_SUBTYPES]; bool op[MAX_TIEMPOS][MAX_SUBTYPES]; int zeitenZahl = 0; - KVerbosApp *app = dynamic_cast<KVerbosApp*>(parent()); + KVerbosApp *app = dynamic_cast<KVerbosApp*>(tqparent()); if (app) { app->getTimeOptions(op); } diff --git a/kverbos/kverbos/kverbosdoc.h b/kverbos/kverbos/kverbosdoc.h index efe5d98c..b419c300 100644 --- a/kverbos/kverbos/kverbosdoc.h +++ b/kverbos/kverbos/kverbosdoc.h @@ -58,14 +58,15 @@ class KVerbosUser; * @author Source Framework Automatically Generated by KDevelop, (c) The KDevelop Team. * @version KDevelop version 1.2 code generation */ -class KVerbosDoc : public QObject +class KVerbosDoc : public TQObject { Q_OBJECT + TQ_OBJECT public: /** * Constructor for the fileclass of the application */ - KVerbosDoc(TQWidget *parent, const char *name=0); + KVerbosDoc(TQWidget *tqparent, const char *name=0); /** * Destructor for the fileclass of the application */ @@ -113,10 +114,10 @@ class KVerbosDoc : public QObject const KURL& URL() const; /** sets the URL of the document */ void setURL(const KURL& url); - /** es wird ein Verb der Liste hinzugefügt, ist emitStatus = true, wird auch + /** es wird ein Verb der Liste hinzugefügt, ist emittqStatus = true, wird auch * die Statuszeile entsprechend angepasst. */ - void appendVerb(const verbSpanish v, bool emitStatus = true); + void appendVerb(const verbSpanish v, bool emittqStatus = true); /** prüft, ob die Liste des Dokumentes leer ist */ bool isEmpty() const; /** Gibt einen Zeiger auf die Verbliste des Dokumentes zurück */ @@ -140,8 +141,8 @@ class KVerbosDoc : public QObject public slots: /** - * calls repaint() on all views connected to the document object and is called by the view by which the document has been changed. - * As this view normally repaints itself, it is excluded from the paintEvent. + * calls tqrepaint() on all views connected to the document object and is called by the view by which the document has been changed. + * As this view normally tqrepaints itself, it is excluded from the paintEvent. */ void slotUpdateAllViews(KVerbosView *sender); diff --git a/kverbos/kverbos/kverbosoptions.cpp b/kverbos/kverbos/kverbosoptions.cpp index 381e058b..c9b4ecaa 100644 --- a/kverbos/kverbos/kverbosoptions.cpp +++ b/kverbos/kverbos/kverbosoptions.cpp @@ -19,8 +19,8 @@ #include "tqcheckbox.h" #include "kverbosoptions.h" -KVerbosOptions::KVerbosOptions( TQWidget* parent /*= 0*/, const char* name /*= 0*/, bool modal /*= FALSE*/, WFlags fl /*= 0*/ ) -: QVerbosOptions(parent, name, modal, fl) +KVerbosOptions::KVerbosOptions( TQWidget* tqparent /*= 0*/, const char* name /*= 0*/, bool modal /*= FALSE*/, WFlags fl /*= 0*/ ) +: QVerbosOptions(tqparent, name, modal, fl) { // some times are disabled because they aren't ready yet. LabelSubPasado->setEnabled(false); diff --git a/kverbos/kverbos/kverbosoptions.h b/kverbos/kverbos/kverbosoptions.h index 25fc91bf..5531e0c0 100644 --- a/kverbos/kverbos/kverbosoptions.h +++ b/kverbos/kverbos/kverbosoptions.h @@ -21,22 +21,22 @@ #include "qverbosoptions.h" /** Eine Klasse des KVerbos Projektes. Dadurch wird der Optionendialog bereitgestellt. - * In diesem Dialog können die Zeitstufen, die gelernt werden sollen ausgewählt werden. + * In diesem Dialog k�nnen die Zeitstufen, die gelernt werden sollen ausgew�hlt werden. *@author Arnold Kraschinski */ class KVerbosOptions : public QVerbosOptions { public: - KVerbosOptions( TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); + KVerbosOptions( TQWidget* tqparent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); ~KVerbosOptions(); public slots: - /** Wird durch den OK-Button aufgerufen und beendet den Dialog. Änderungen - * werden übernommen. + /** Wird durch den OK-Button aufgerufen und beendet den Dialog. �nderungen + * werden �bernommen. */ virtual void slotDlgEnde(); /** Wird durch den Cancel-Button aufgerufen und beendet den Dialog ohne - * Änderungen zu übernehmen. + * �nderungen zu �bernehmen. */ virtual void slotCancel(); }; diff --git a/kverbos/kverbos/kverbosuser.cpp b/kverbos/kverbos/kverbosuser.cpp index 64d319af..4c485431 100644 --- a/kverbos/kverbos/kverbosuser.cpp +++ b/kverbos/kverbos/kverbosuser.cpp @@ -34,8 +34,8 @@ KVerbosUser::KVerbosUser(spanishVerbList* pL, TQString n/*=DEFAULTUSER*/) { // try to read the user-information if there is one. int pos; - while ((pos = n.find(' ')) != -1) - n.replace(pos, 1, "_"); + while ((pos = n.tqfind(' ')) != -1) + n.tqreplace(pos, 1, "_"); TQFile file(locateLocal("data", "/kverbos/data/"+name+".kverbos")); if ( file.open(IO_ReadOnly) ) { @@ -61,7 +61,7 @@ KVerbosUser::KVerbosUser(spanishVerbList* pL, TQString n/*=DEFAULTUSER*/) else e.counter = 0; e.used = false; - it = liste.find(e); + it = liste.tqfind(e); if (liste.end() == it) liste.append(e); }; @@ -97,7 +97,7 @@ void KVerbosUser::fillList(spanishVerbList* pL) elem.verb = (*it2).getSpanish(); elem.right = elem.wrong = elem.counter = elem.status = 0; elem.used = true; - it = liste.find(elem); + it = liste.tqfind(elem); if (liste.end() == it) liste.append(elem); else @@ -209,8 +209,8 @@ bool KVerbosUser::saveUser(const int& res, const int& num) if (name != DEFAULTUSER) { int pos; - while ((pos = name.find(' ')) != -1) - name.replace(pos, 1, "_"); + while ((pos = name.tqfind(' ')) != -1) + name.tqreplace(pos, 1, "_"); TQFile file(locateLocal("data", "/kverbos/data/"+name+".kverbos")); if ( file.open(IO_WriteOnly) ) { @@ -227,7 +227,7 @@ bool KVerbosUser::saveUser(const int& res, const int& num) }; if (j == 1) { - TQDate d = TQDate::currentDate(); + TQDate d = TQDate::tqcurrentDate(); t << d.toString() << endl; t << res << endl; t << num << endl; diff --git a/kverbos/kverbos/kverbosview.cpp b/kverbos/kverbos/kverbosview.cpp index 83f184df..62739c89 100644 --- a/kverbos/kverbos/kverbosview.cpp +++ b/kverbos/kverbos/kverbosview.cpp @@ -17,7 +17,7 @@ #include <cstdlib> -// include files for Qt +// include files for TQt #include <tqprinter.h> #include <tqpainter.h> #include <tqpushbutton.h> @@ -33,7 +33,7 @@ #include "verbspanish.h" -KVerbosView::KVerbosView(TQWidget *parent, const char *name) : QLernen/*TQWidget*/(parent, name) +KVerbosView::KVerbosView(TQWidget *tqparent, const char *name) : QLernen/*TQWidget*/(tqparent, name) { // Hier wird gesetzt, wie der Hintergrund des Fensters zu zeichnen ist. setBackgroundMode(PaletteBackground); @@ -78,7 +78,7 @@ KVerbosView::~KVerbosView() KVerbosDoc* KVerbosView::getDocument() const { - KVerbosApp *theApp=(KVerbosApp *) parentWidget(); + KVerbosApp *theApp=(KVerbosApp *) tqparentWidget(); return theApp->getDocument(); } @@ -102,12 +102,12 @@ TQString KVerbosView::deleteAccents(const TQString& s) const for (unsigned int i=0; i<s2.length(); i++) { TQString t = s2.mid(i, 1); - if (t == "á") s2.replace(i, 1, "a"); - if (t == "é") s2.replace(i, 1, "e"); - if (t == "í") s2.replace(i, 1, "i"); - if (t == "ó") s2.replace(i, 1, "o"); - if (t == "ú") s2.replace(i, 1, "u"); - if (t == "ñ") s2.replace(i, 1, "n"); + if (t == "á") s2.tqreplace(i, 1, "a"); + if (t == "é") s2.tqreplace(i, 1, "e"); + if (t == "í") s2.tqreplace(i, 1, "i"); + if (t == "ó") s2.tqreplace(i, 1, "o"); + if (t == "ú") s2.tqreplace(i, 1, "u"); + if (t == "ñ") s2.tqreplace(i, 1, "n"); }; }; return s2; @@ -115,7 +115,7 @@ TQString KVerbosView::deleteAccents(const TQString& s) const void KVerbosView::slotN() { - TQLineEdit* pl = dynamic_cast<TQLineEdit*>(focusWidget()); + TQLineEdit* pl = dynamic_cast<TQLineEdit*>(tqfocusWidget()); if (pl) { pl->insert("ñ"); @@ -124,7 +124,7 @@ void KVerbosView::slotN() void KVerbosView::slotA() { - TQLineEdit* pl = dynamic_cast<TQLineEdit*>(focusWidget()); + TQLineEdit* pl = dynamic_cast<TQLineEdit*>(tqfocusWidget()); if (pl) { pl->insert("á"); @@ -133,7 +133,7 @@ void KVerbosView::slotA() void KVerbosView::slotE() { - TQLineEdit* pl = dynamic_cast<TQLineEdit*>(focusWidget()); + TQLineEdit* pl = dynamic_cast<TQLineEdit*>(tqfocusWidget()); if (pl) { pl->insert("é"); @@ -142,7 +142,7 @@ void KVerbosView::slotE() void KVerbosView::slotI() { - TQLineEdit* pl = dynamic_cast<TQLineEdit*>(focusWidget()); + TQLineEdit* pl = dynamic_cast<TQLineEdit*>(tqfocusWidget()); if (pl) { pl->insert("í"); @@ -151,7 +151,7 @@ void KVerbosView::slotI() void KVerbosView::slotO() { - TQLineEdit* pl = dynamic_cast<TQLineEdit*>(focusWidget()); + TQLineEdit* pl = dynamic_cast<TQLineEdit*>(tqfocusWidget()); if (pl) { pl->insert("ó"); @@ -160,7 +160,7 @@ void KVerbosView::slotO() void KVerbosView::slotU() { - TQLineEdit* pl = dynamic_cast<TQLineEdit*>(focusWidget()); + TQLineEdit* pl = dynamic_cast<TQLineEdit*>(tqfocusWidget()); if (pl) { pl->insert("ú"); @@ -251,14 +251,14 @@ void KVerbosView::slotCorregir() TQPalette palette = EditVerbo->palette(); palette.setColor(TQColorGroup::Text, red); palette.setColor(TQColorGroup::Base, white); - if ( 0 > formen[6][1].find(EditAleman->text().simplifyWhiteSpace(), 0)) + if ( 0 > formen[6][1].tqfind(EditAleman->text().simplifyWhiteSpace(), 0)) { EditAleman->setFont(fontBold); EditAleman->setPalette(palette); richtig = false; }; // die Formen vergleichen - KVerbosApp* kApp = dynamic_cast<KVerbosApp*>(parent()); + KVerbosApp* kApp = dynamic_cast<KVerbosApp*>(tqparent()); if (!kApp) { return; } @@ -332,7 +332,7 @@ void KVerbosView::slotFont() if (corrected) { TQFont fontNormal = EditVerbo->font(); - TQLineEdit* pl = dynamic_cast<TQLineEdit*>(focusWidget()); + TQLineEdit* pl = dynamic_cast<TQLineEdit*>(tqfocusWidget()); if (0 != pl) { pl->setFont(fontNormal); @@ -350,7 +350,7 @@ void KVerbosView::slotCopyText() // erst prüfen, ob so eine Zeitform vorliegt. if (zeitAuswahl >= MAX_TIEMPOS) { - QString s = formEdit[0][2]->text(); + TQString s = formEdit[0][2]->text(); for (int i=1; i<6; i++) { formEdit[i][2]->setText(s); diff --git a/kverbos/kverbos/kverbosview.h b/kverbos/kverbos/kverbosview.h index 3690c72a..2f681ff6 100644 --- a/kverbos/kverbos/kverbosview.h +++ b/kverbos/kverbos/kverbosview.h @@ -22,13 +22,13 @@ #include <config.h> #endif -// include files for Qt +// include files for TQt #include "qlernen.h" -// weitere include-Files für das Programm +// weitere include-Files f�r das Programm #include "kverbos.h" -// forward-Deklaration der Klasse. Während man die API-Dokumentation erstellt, +// forward-Deklaration der Klasse. W�hrend man die API-Dokumentation erstellt, // muss diese Zeile auskommentiert werden, weil sonst der falsche Text als Beschreibung // der Klasse erkannt wird. //class KVerbosDoc; @@ -38,21 +38,21 @@ * docuement-view model, it needs a reference to the document object connected with it by the KVerbosApp class to manipulate and display * the document structure provided by the KVerbosDoc class. * - * Diese Klasse soll folgende Funktionen erfüllen: - * - sie soll das momentan ausgewählte Verb vom Dokument holen. - * Diese Information enthält die spanische und deutsche Bedeutung des Verbes, die Zeit, die - * momentan getestet werden soll, und alle Verbformen, die zu dieser Zeit gehören. - * - die Klasse nimmt die Eingaben des Benutzers entgegen und prüft anschließend, ob die Ein- + * Diese Klasse soll folgende Funktionen erf�llen: + * - sie soll das momentan ausgew�hlte Verb vom Dokument holen. + * Diese Information enth�lt die spanische und deutsche Bedeutung des Verbes, die Zeit, die + * momentan getestet werden soll, und alle Verbformen, die zu dieser Zeit geh�ren. + * - die Klasse nimmt die Eingaben des Benutzers entgegen und pr�ft anschlie�end, ob die Ein- * gaben richtig sind. - * - Die Informationen, wie viele Verben richtig geübt und wie viele falsch geübt wurden, soll + * - Die Informationen, wie viele Verben richtig ge�bt und wie viele falsch ge�bt wurden, soll * direkt in dieser Klasse gespeichert werden und nicht im Dokument. * - Die Klasse meldet an das Dokument, wenn es Zeit ist sich ein neues Verb zu suchen. - * Das ist in folgenden Fällen nötig: + * Das ist in folgenden F�llen n�tig: * - wenn die Klasse zum ersten Mal gestartet wird und ein erstes Verb eingestellt werden * soll. * - wenn ein neues Dokument mit Verben geladen wird. * - wenn der Benutzer die Formen richtig eingegeben hat. - * - wenn ihm nichts mehr einfällt und er weiter will. + * - wenn ihm nichts mehr einf�llt und er weiter will. * * @author Source Framework Automatically Generated by KDevelop, (c) The KDevelop Team. * @version KDevelop version 0.4 code generation @@ -60,13 +60,14 @@ class KVerbosView : public QLernen /*TQWidget*/ { Q_OBJECT + TQ_OBJECT public: /** Constructor for the main view */ - KVerbosView(TQWidget *parent = 0, const char *name=0); + KVerbosView(TQWidget *tqparent = 0, const char *name=0); /** Destructor for the main view */ ~KVerbosView(); - /** returns a pointer to the document connected to the view instance. Mind that this method requires a KVerbosApp instance as a parent + /** returns a pointer to the document connected to the view instance. Mind that this method requires a KVerbosApp instance as a tqparent * widget to get to the window document pointer by calling the KVerbosApp::getDocument() method. * * @see KVerbosApp#getDocument @@ -86,8 +87,8 @@ public: public slots: /** Die folgenden Slots werden aufgerufen, wenn ein Button mit einem - * spanischen Sonderzeichen gedrückt wird. - * Das Zeichen wird dann dem Eingabefeld, das den Focus hat zugefügt. + * spanischen Sonderzeichen gedr�ckt wird. + * Das Zeichen wird dann dem Eingabefeld, das den Focus hat zugef�gt. */ virtual void slotN(); virtual void slotA(); @@ -107,10 +108,10 @@ public slots: */ virtual void slotCopyText(); /** Die Ansicht wird aufgefordert sich das aktuelle Verb vom Dokument zu holen - * sich eine Zeit auszuwählen und dann das Verb in dem Fenster zum Üben bereitzustellen + * sich eine Zeit auszuw�hlen und dann das Verb in dem Fenster zum �ben bereitzustellen */ virtual void zeigeVerb(); - /** Es soll ein anderes Verb zum Lernen ausgewählt werden, das momentan eingegebene wird + /** Es soll ein anderes Verb zum Lernen ausgew�hlt werden, das momentan eingegebene wird nicht gewertet. */ virtual void slotWeiter(); diff --git a/kverbos/kverbos/qerfassen.ui b/kverbos/kverbos/qerfassen.ui index 90465a19..88721f2e 100644 --- a/kverbos/kverbos/qerfassen.ui +++ b/kverbos/kverbos/qerfassen.ui @@ -5,11 +5,11 @@ Der Dialog mit dem ein neutes Verb erfasst und in die Liste aufgenommen wird. </comment> <author>Arnold Kraschinski</author> -<widget class="QDialog"> +<widget class="TQDialog"> <property name="name"> <cstring>QErfassen</cstring> </property> - <property name="geometry"> + <property name="tqgeometry"> <rect> <x>0</x> <y>0</y> @@ -30,7 +30,7 @@ und in die Liste aufgenommen wird. <property name="spacing"> <number>6</number> </property> - <widget class="QLayoutWidget" row="0" column="0"> + <widget class="TQLayoutWidget" row="0" column="0"> <property name="name"> <cstring>Layout49</cstring> </property> @@ -44,7 +44,7 @@ und in die Liste aufgenommen wird. <property name="spacing"> <number>6</number> </property> - <widget class="QLayoutWidget"> + <widget class="TQLayoutWidget"> <property name="name"> <cstring>Layout111_3</cstring> </property> @@ -58,45 +58,45 @@ und in die Liste aufgenommen wird. <property name="spacing"> <number>6</number> </property> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>TextVerbo</cstring> </property> <property name="text"> <string>Verb:</string> </property> - <property name="alignment"> + <property name="tqalignment"> <set>AlignVCenter|AlignLeft</set> </property> <property name="hAlign" stdset="0"> </property> </widget> - <widget class="QLineEdit"> + <widget class="TQLineEdit"> <property name="name"> <cstring>EditVerbo</cstring> </property> </widget> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>TextAleman</cstring> </property> <property name="text"> <string>In the foreign language:</string> </property> - <property name="alignment"> + <property name="tqalignment"> <set>AlignVCenter|AlignRight</set> </property> <property name="hAlign" stdset="0"> </property> </widget> - <widget class="QLineEdit"> + <widget class="TQLineEdit"> <property name="name"> <cstring>EditAleman</cstring> </property> </widget> </hbox> </widget> - <widget class="QLayoutWidget"> + <widget class="TQLayoutWidget"> <property name="name"> <cstring>Layout46</cstring> </property> @@ -110,7 +110,7 @@ und in die Liste aufgenommen wird. <property name="spacing"> <number>6</number> </property> - <widget class="QComboBox"> + <widget class="TQComboBox"> <item> <property name="text"> <string>regular</string> @@ -219,7 +219,7 @@ und in die Liste aufgenommen wird. </spacer> </hbox> </widget> - <widget class="QLayoutWidget"> + <widget class="TQLayoutWidget"> <property name="name"> <cstring>Layout112</cstring> </property> @@ -233,52 +233,52 @@ und in die Liste aufgenommen wird. <property name="spacing"> <number>6</number> </property> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>TextGerundio</cstring> </property> <property name="text"> <string>gerundio:</string> </property> - <property name="alignment"> + <property name="tqalignment"> <set>AlignVCenter|AlignRight</set> </property> <property name="hAlign" stdset="0"> </property> </widget> - <widget class="QLineEdit"> + <widget class="TQLineEdit"> <property name="name"> <cstring>EditGerundio</cstring> </property> </widget> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>TextParticipio</cstring> </property> <property name="text"> <string>participio:</string> </property> - <property name="alignment"> + <property name="tqalignment"> <set>AlignVCenter|AlignRight</set> </property> <property name="hAlign" stdset="0"> </property> </widget> - <widget class="QLineEdit"> + <widget class="TQLineEdit"> <property name="name"> <cstring>EditParticipio</cstring> </property> </widget> </hbox> </widget> - <widget class="QTabWidget"> + <widget class="TQTabWidget"> <property name="name"> <cstring>TabWidgetFormas</cstring> </property> <property name="enabled"> <bool>true</bool> </property> - <widget class="QWidget"> + <widget class="TQWidget"> <property name="name"> <cstring>tabPresente</cstring> </property> @@ -295,7 +295,7 @@ und in die Liste aufgenommen wird. <property name="spacing"> <number>6</number> </property> - <widget class="QLayoutWidget" row="0" column="0"> + <widget class="TQLayoutWidget" row="0" column="0"> <property name="name"> <cstring>Layout70_3</cstring> </property> @@ -309,7 +309,7 @@ und in die Liste aufgenommen wird. <property name="spacing"> <number>6</number> </property> - <widget class="QLayoutWidget" row="0" column="0"> + <widget class="TQLayoutWidget" row="0" column="0"> <property name="name"> <cstring>Layout69_3</cstring> </property> @@ -323,7 +323,7 @@ und in die Liste aufgenommen wird. <property name="spacing"> <number>6</number> </property> - <widget class="QLayoutWidget"> + <widget class="TQLayoutWidget"> <property name="name"> <cstring>Layout13_6_4_2_3</cstring> </property> @@ -337,11 +337,11 @@ und in die Liste aufgenommen wird. <property name="spacing"> <number>6</number> </property> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>TextYo1</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>110</width> <height>0</height> @@ -351,11 +351,11 @@ und in die Liste aufgenommen wird. <string>yo:</string> </property> </widget> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>TextTu1</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>110</width> <height>0</height> @@ -365,11 +365,11 @@ und in die Liste aufgenommen wird. <string>tu:</string> </property> </widget> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>TextEl1</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>110</width> <height>0</height> @@ -379,11 +379,11 @@ und in die Liste aufgenommen wird. <string>el/ella/usted:</string> </property> </widget> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>TextNosotros1</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>110</width> <height>0</height> @@ -393,11 +393,11 @@ und in die Liste aufgenommen wird. <string>nosotros:</string> </property> </widget> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>TextVosotros1</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>110</width> <height>0</height> @@ -407,11 +407,11 @@ und in die Liste aufgenommen wird. <string>vosotros:</string> </property> </widget> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>TextEllos1</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>110</width> <height>0</height> @@ -423,7 +423,7 @@ und in die Liste aufgenommen wird. </widget> </vbox> </widget> - <widget class="QLayoutWidget"> + <widget class="TQLayoutWidget"> <property name="name"> <cstring>Layout14_6_4_2_3</cstring> </property> @@ -437,66 +437,66 @@ und in die Liste aufgenommen wird. <property name="spacing"> <number>6</number> </property> - <widget class="QLineEdit"> + <widget class="TQLineEdit"> <property name="name"> <cstring>EditYo2_1</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>200</width> <height>0</height> </size> </property> </widget> - <widget class="QLineEdit"> + <widget class="TQLineEdit"> <property name="name"> <cstring>EditTu2_1</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>200</width> <height>0</height> </size> </property> </widget> - <widget class="QLineEdit"> + <widget class="TQLineEdit"> <property name="name"> <cstring>EditEl2_1</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>200</width> <height>0</height> </size> </property> </widget> - <widget class="QLineEdit"> + <widget class="TQLineEdit"> <property name="name"> <cstring>EditNosotros2_1</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>200</width> <height>0</height> </size> </property> </widget> - <widget class="QLineEdit"> + <widget class="TQLineEdit"> <property name="name"> <cstring>EditVosotros2_1</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>200</width> <height>0</height> </size> </property> </widget> - <widget class="QLineEdit"> + <widget class="TQLineEdit"> <property name="name"> <cstring>EditEllos2_1</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>200</width> <height>0</height> @@ -507,7 +507,7 @@ und in die Liste aufgenommen wird. </widget> </hbox> </widget> - <widget class="QLayoutWidget" row="1" column="0"> + <widget class="TQLayoutWidget" row="1" column="0"> <property name="name"> <cstring>Layout45_4_2_3</cstring> </property> @@ -521,7 +521,7 @@ und in die Liste aufgenommen wird. <property name="spacing"> <number>6</number> </property> - <widget class="QPushButton"> + <widget class="TQPushButton"> <property name="name"> <cstring>ButtonSeiteLoeschen1</cstring> </property> @@ -546,7 +546,7 @@ und in die Liste aufgenommen wird. </widget> </grid> </widget> - <widget class="QWidget"> + <widget class="TQWidget"> <property name="name"> <cstring>tabImperfecto</cstring> </property> @@ -563,7 +563,7 @@ und in die Liste aufgenommen wird. <property name="spacing"> <number>6</number> </property> - <widget class="QLayoutWidget" row="0" column="0"> + <widget class="TQLayoutWidget" row="0" column="0"> <property name="name"> <cstring>Layout68_3</cstring> </property> @@ -577,7 +577,7 @@ und in die Liste aufgenommen wird. <property name="spacing"> <number>6</number> </property> - <widget class="QLayoutWidget" row="0" column="0"> + <widget class="TQLayoutWidget" row="0" column="0"> <property name="name"> <cstring>Layout67_3</cstring> </property> @@ -591,7 +591,7 @@ und in die Liste aufgenommen wird. <property name="spacing"> <number>6</number> </property> - <widget class="QLayoutWidget"> + <widget class="TQLayoutWidget"> <property name="name"> <cstring>Layout13_6_5_2_3</cstring> </property> @@ -605,11 +605,11 @@ und in die Liste aufgenommen wird. <property name="spacing"> <number>6</number> </property> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>TextYo2</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>110</width> <height>0</height> @@ -619,11 +619,11 @@ und in die Liste aufgenommen wird. <string>yo:</string> </property> </widget> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>TextTu2</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>110</width> <height>0</height> @@ -633,11 +633,11 @@ und in die Liste aufgenommen wird. <string>tu:</string> </property> </widget> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>TextEl2</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>110</width> <height>0</height> @@ -647,11 +647,11 @@ und in die Liste aufgenommen wird. <string>el/ella/usted:</string> </property> </widget> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>TextNosotros2</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>110</width> <height>0</height> @@ -661,11 +661,11 @@ und in die Liste aufgenommen wird. <string>nosotros:</string> </property> </widget> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>TextVosotros2</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>110</width> <height>0</height> @@ -675,11 +675,11 @@ und in die Liste aufgenommen wird. <string>vosotros:</string> </property> </widget> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>TextEllos2</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>110</width> <height>0</height> @@ -691,7 +691,7 @@ und in die Liste aufgenommen wird. </widget> </vbox> </widget> - <widget class="QLayoutWidget"> + <widget class="TQLayoutWidget"> <property name="name"> <cstring>Layout14_6_5_2_3</cstring> </property> @@ -705,66 +705,66 @@ und in die Liste aufgenommen wird. <property name="spacing"> <number>6</number> </property> - <widget class="QLineEdit"> + <widget class="TQLineEdit"> <property name="name"> <cstring>EditYo2_2</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>200</width> <height>0</height> </size> </property> </widget> - <widget class="QLineEdit"> + <widget class="TQLineEdit"> <property name="name"> <cstring>EditTu2_2</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>200</width> <height>0</height> </size> </property> </widget> - <widget class="QLineEdit"> + <widget class="TQLineEdit"> <property name="name"> <cstring>EditEl2_2</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>200</width> <height>0</height> </size> </property> </widget> - <widget class="QLineEdit"> + <widget class="TQLineEdit"> <property name="name"> <cstring>EditNosotros2_2</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>200</width> <height>0</height> </size> </property> </widget> - <widget class="QLineEdit"> + <widget class="TQLineEdit"> <property name="name"> <cstring>EditVosotros2_2</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>200</width> <height>0</height> </size> </property> </widget> - <widget class="QLineEdit"> + <widget class="TQLineEdit"> <property name="name"> <cstring>EditEllos2_2</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>200</width> <height>0</height> @@ -775,7 +775,7 @@ und in die Liste aufgenommen wird. </widget> </hbox> </widget> - <widget class="QLayoutWidget" row="1" column="0"> + <widget class="TQLayoutWidget" row="1" column="0"> <property name="name"> <cstring>Layout45_5_2_3</cstring> </property> @@ -789,7 +789,7 @@ und in die Liste aufgenommen wird. <property name="spacing"> <number>6</number> </property> - <widget class="QPushButton"> + <widget class="TQPushButton"> <property name="name"> <cstring>ButtonSeiteLoeschen2</cstring> </property> @@ -814,7 +814,7 @@ und in die Liste aufgenommen wird. </widget> </grid> </widget> - <widget class="QWidget"> + <widget class="TQWidget"> <property name="name"> <cstring>tabIndefinido</cstring> </property> @@ -831,7 +831,7 @@ und in die Liste aufgenommen wird. <property name="spacing"> <number>6</number> </property> - <widget class="QLayoutWidget" row="0" column="0"> + <widget class="TQLayoutWidget" row="0" column="0"> <property name="name"> <cstring>Layout66_3</cstring> </property> @@ -845,7 +845,7 @@ und in die Liste aufgenommen wird. <property name="spacing"> <number>6</number> </property> - <widget class="QLayoutWidget" row="0" column="0"> + <widget class="TQLayoutWidget" row="0" column="0"> <property name="name"> <cstring>Layout65_3</cstring> </property> @@ -859,7 +859,7 @@ und in die Liste aufgenommen wird. <property name="spacing"> <number>6</number> </property> - <widget class="QLayoutWidget"> + <widget class="TQLayoutWidget"> <property name="name"> <cstring>Layout13_6_6_2_3</cstring> </property> @@ -873,11 +873,11 @@ und in die Liste aufgenommen wird. <property name="spacing"> <number>6</number> </property> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>TextYo3</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>110</width> <height>0</height> @@ -887,11 +887,11 @@ und in die Liste aufgenommen wird. <string>yo:</string> </property> </widget> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>TextTu3</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>110</width> <height>0</height> @@ -901,11 +901,11 @@ und in die Liste aufgenommen wird. <string>tu:</string> </property> </widget> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>TextEl3</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>110</width> <height>0</height> @@ -915,11 +915,11 @@ und in die Liste aufgenommen wird. <string>el/ella/usted:</string> </property> </widget> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>TextNosotros3</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>110</width> <height>0</height> @@ -929,11 +929,11 @@ und in die Liste aufgenommen wird. <string>nosotros:</string> </property> </widget> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>TextVosotros3</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>110</width> <height>0</height> @@ -943,11 +943,11 @@ und in die Liste aufgenommen wird. <string>vosotros:</string> </property> </widget> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>TextEllos3</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>110</width> <height>0</height> @@ -959,7 +959,7 @@ und in die Liste aufgenommen wird. </widget> </vbox> </widget> - <widget class="QLayoutWidget"> + <widget class="TQLayoutWidget"> <property name="name"> <cstring>Layout14_6_6_2_3</cstring> </property> @@ -973,66 +973,66 @@ und in die Liste aufgenommen wird. <property name="spacing"> <number>6</number> </property> - <widget class="QLineEdit"> + <widget class="TQLineEdit"> <property name="name"> <cstring>EditYo2_3</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>200</width> <height>0</height> </size> </property> </widget> - <widget class="QLineEdit"> + <widget class="TQLineEdit"> <property name="name"> <cstring>EditTu2_3</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>200</width> <height>0</height> </size> </property> </widget> - <widget class="QLineEdit"> + <widget class="TQLineEdit"> <property name="name"> <cstring>EditEl2_3</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>200</width> <height>0</height> </size> </property> </widget> - <widget class="QLineEdit"> + <widget class="TQLineEdit"> <property name="name"> <cstring>EditNosotros2_3</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>200</width> <height>0</height> </size> </property> </widget> - <widget class="QLineEdit"> + <widget class="TQLineEdit"> <property name="name"> <cstring>EditVosotros2_3</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>200</width> <height>0</height> </size> </property> </widget> - <widget class="QLineEdit"> + <widget class="TQLineEdit"> <property name="name"> <cstring>EditEllos2_3</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>200</width> <height>0</height> @@ -1043,7 +1043,7 @@ und in die Liste aufgenommen wird. </widget> </hbox> </widget> - <widget class="QLayoutWidget" row="1" column="0"> + <widget class="TQLayoutWidget" row="1" column="0"> <property name="name"> <cstring>Layout45_6_2_3</cstring> </property> @@ -1057,7 +1057,7 @@ und in die Liste aufgenommen wird. <property name="spacing"> <number>6</number> </property> - <widget class="QPushButton"> + <widget class="TQPushButton"> <property name="name"> <cstring>ButtonSeiteLoeschen3</cstring> </property> @@ -1082,7 +1082,7 @@ und in die Liste aufgenommen wird. </widget> </grid> </widget> - <widget class="QWidget"> + <widget class="TQWidget"> <property name="name"> <cstring>tabFuturo</cstring> </property> @@ -1099,7 +1099,7 @@ und in die Liste aufgenommen wird. <property name="spacing"> <number>6</number> </property> - <widget class="QLayoutWidget" row="0" column="0"> + <widget class="TQLayoutWidget" row="0" column="0"> <property name="name"> <cstring>Layout64_3</cstring> </property> @@ -1113,7 +1113,7 @@ und in die Liste aufgenommen wird. <property name="spacing"> <number>6</number> </property> - <widget class="QLayoutWidget" row="0" column="0"> + <widget class="TQLayoutWidget" row="0" column="0"> <property name="name"> <cstring>Layout63_3</cstring> </property> @@ -1127,7 +1127,7 @@ und in die Liste aufgenommen wird. <property name="spacing"> <number>6</number> </property> - <widget class="QLayoutWidget"> + <widget class="TQLayoutWidget"> <property name="name"> <cstring>Layout13_6_7_2_3</cstring> </property> @@ -1141,11 +1141,11 @@ und in die Liste aufgenommen wird. <property name="spacing"> <number>6</number> </property> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>TextYo4</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>110</width> <height>0</height> @@ -1155,11 +1155,11 @@ und in die Liste aufgenommen wird. <string>yo:</string> </property> </widget> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>TextTu4</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>110</width> <height>0</height> @@ -1169,11 +1169,11 @@ und in die Liste aufgenommen wird. <string>tu:</string> </property> </widget> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>TextEl4</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>110</width> <height>0</height> @@ -1183,11 +1183,11 @@ und in die Liste aufgenommen wird. <string>el/ella/usted:</string> </property> </widget> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>TextNosotros4</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>110</width> <height>0</height> @@ -1197,11 +1197,11 @@ und in die Liste aufgenommen wird. <string>nosotros:</string> </property> </widget> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>TextVosotros4</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>110</width> <height>0</height> @@ -1211,11 +1211,11 @@ und in die Liste aufgenommen wird. <string>vosotros:</string> </property> </widget> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>TextEllos4</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>110</width> <height>0</height> @@ -1227,7 +1227,7 @@ und in die Liste aufgenommen wird. </widget> </vbox> </widget> - <widget class="QLayoutWidget"> + <widget class="TQLayoutWidget"> <property name="name"> <cstring>Layout14_6_7_2_3</cstring> </property> @@ -1241,66 +1241,66 @@ und in die Liste aufgenommen wird. <property name="spacing"> <number>6</number> </property> - <widget class="QLineEdit"> + <widget class="TQLineEdit"> <property name="name"> <cstring>EditYo2_4</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>200</width> <height>0</height> </size> </property> </widget> - <widget class="QLineEdit"> + <widget class="TQLineEdit"> <property name="name"> <cstring>EditTu2_4</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>200</width> <height>0</height> </size> </property> </widget> - <widget class="QLineEdit"> + <widget class="TQLineEdit"> <property name="name"> <cstring>EditEl2_4</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>200</width> <height>0</height> </size> </property> </widget> - <widget class="QLineEdit"> + <widget class="TQLineEdit"> <property name="name"> <cstring>EditNosotros2_4</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>200</width> <height>0</height> </size> </property> </widget> - <widget class="QLineEdit"> + <widget class="TQLineEdit"> <property name="name"> <cstring>EditVosotros2_4</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>200</width> <height>0</height> </size> </property> </widget> - <widget class="QLineEdit"> + <widget class="TQLineEdit"> <property name="name"> <cstring>EditEllos2_4</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>200</width> <height>0</height> @@ -1311,7 +1311,7 @@ und in die Liste aufgenommen wird. </widget> </hbox> </widget> - <widget class="QLayoutWidget" row="1" column="0"> + <widget class="TQLayoutWidget" row="1" column="0"> <property name="name"> <cstring>Layout45_7_2_3</cstring> </property> @@ -1325,7 +1325,7 @@ und in die Liste aufgenommen wird. <property name="spacing"> <number>6</number> </property> - <widget class="QPushButton"> + <widget class="TQPushButton"> <property name="name"> <cstring>ButtonSeiteLoeschen4</cstring> </property> @@ -1350,7 +1350,7 @@ und in die Liste aufgenommen wird. </widget> </grid> </widget> - <widget class="QWidget"> + <widget class="TQWidget"> <property name="name"> <cstring>tabCondicional</cstring> </property> @@ -1367,7 +1367,7 @@ und in die Liste aufgenommen wird. <property name="spacing"> <number>6</number> </property> - <widget class="QLayoutWidget" row="0" column="0"> + <widget class="TQLayoutWidget" row="0" column="0"> <property name="name"> <cstring>Layout62_3</cstring> </property> @@ -1381,7 +1381,7 @@ und in die Liste aufgenommen wird. <property name="spacing"> <number>6</number> </property> - <widget class="QLayoutWidget" row="0" column="0"> + <widget class="TQLayoutWidget" row="0" column="0"> <property name="name"> <cstring>Layout61_3</cstring> </property> @@ -1395,7 +1395,7 @@ und in die Liste aufgenommen wird. <property name="spacing"> <number>6</number> </property> - <widget class="QLayoutWidget"> + <widget class="TQLayoutWidget"> <property name="name"> <cstring>Layout13_6_8_2_4</cstring> </property> @@ -1409,11 +1409,11 @@ und in die Liste aufgenommen wird. <property name="spacing"> <number>6</number> </property> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>TextYo5</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>110</width> <height>0</height> @@ -1423,11 +1423,11 @@ und in die Liste aufgenommen wird. <string>yo:</string> </property> </widget> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>TextTu5</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>110</width> <height>0</height> @@ -1437,11 +1437,11 @@ und in die Liste aufgenommen wird. <string>tu:</string> </property> </widget> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>TextEl5</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>110</width> <height>0</height> @@ -1451,11 +1451,11 @@ und in die Liste aufgenommen wird. <string>el/ella/usted:</string> </property> </widget> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>TextNosotros5</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>110</width> <height>0</height> @@ -1465,11 +1465,11 @@ und in die Liste aufgenommen wird. <string>nosotros:</string> </property> </widget> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>TextVosotros5</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>110</width> <height>0</height> @@ -1479,11 +1479,11 @@ und in die Liste aufgenommen wird. <string>vosotros:</string> </property> </widget> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>TextEllos5</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>110</width> <height>0</height> @@ -1495,7 +1495,7 @@ und in die Liste aufgenommen wird. </widget> </vbox> </widget> - <widget class="QLayoutWidget"> + <widget class="TQLayoutWidget"> <property name="name"> <cstring>Layout14_6_8_2_4</cstring> </property> @@ -1509,66 +1509,66 @@ und in die Liste aufgenommen wird. <property name="spacing"> <number>6</number> </property> - <widget class="QLineEdit"> + <widget class="TQLineEdit"> <property name="name"> <cstring>EditYo2_5</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>200</width> <height>0</height> </size> </property> </widget> - <widget class="QLineEdit"> + <widget class="TQLineEdit"> <property name="name"> <cstring>EditTu2_5</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>200</width> <height>0</height> </size> </property> </widget> - <widget class="QLineEdit"> + <widget class="TQLineEdit"> <property name="name"> <cstring>EditEl2_5</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>200</width> <height>0</height> </size> </property> </widget> - <widget class="QLineEdit"> + <widget class="TQLineEdit"> <property name="name"> <cstring>EditNosotros2_5</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>200</width> <height>0</height> </size> </property> </widget> - <widget class="QLineEdit"> + <widget class="TQLineEdit"> <property name="name"> <cstring>EditVosotros2_5</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>200</width> <height>0</height> </size> </property> </widget> - <widget class="QLineEdit"> + <widget class="TQLineEdit"> <property name="name"> <cstring>EditEllos2_5</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>200</width> <height>0</height> @@ -1579,7 +1579,7 @@ und in die Liste aufgenommen wird. </widget> </hbox> </widget> - <widget class="QLayoutWidget" row="1" column="0"> + <widget class="TQLayoutWidget" row="1" column="0"> <property name="name"> <cstring>Layout45_8_2_4</cstring> </property> @@ -1593,7 +1593,7 @@ und in die Liste aufgenommen wird. <property name="spacing"> <number>6</number> </property> - <widget class="QPushButton"> + <widget class="TQPushButton"> <property name="name"> <cstring>ButtonSeiteLoeschen5</cstring> </property> @@ -1618,7 +1618,7 @@ und in die Liste aufgenommen wird. </widget> </grid> </widget> - <widget class="QWidget"> + <widget class="TQWidget"> <property name="name"> <cstring>tabSubPresente</cstring> </property> @@ -1635,7 +1635,7 @@ und in die Liste aufgenommen wird. <property name="spacing"> <number>6</number> </property> - <widget class="QLayoutWidget" row="0" column="0"> + <widget class="TQLayoutWidget" row="0" column="0"> <property name="name"> <cstring>Layout60_3</cstring> </property> @@ -1649,7 +1649,7 @@ und in die Liste aufgenommen wird. <property name="spacing"> <number>6</number> </property> - <widget class="QLayoutWidget" row="0" column="0"> + <widget class="TQLayoutWidget" row="0" column="0"> <property name="name"> <cstring>Layout_sp</cstring> </property> @@ -1663,7 +1663,7 @@ und in die Liste aufgenommen wird. <property name="spacing"> <number>6</number> </property> - <widget class="QLayoutWidget"> + <widget class="TQLayoutWidget"> <property name="name"> <cstring>Layout_p_6</cstring> </property> @@ -1677,11 +1677,11 @@ und in die Liste aufgenommen wird. <property name="spacing"> <number>6</number> </property> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>TextYo6</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>110</width> <height>0</height> @@ -1691,11 +1691,11 @@ und in die Liste aufgenommen wird. <string>yo:</string> </property> </widget> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>TextTu6</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>110</width> <height>0</height> @@ -1705,11 +1705,11 @@ und in die Liste aufgenommen wird. <string>tu:</string> </property> </widget> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>TextEl6</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>110</width> <height>0</height> @@ -1719,11 +1719,11 @@ und in die Liste aufgenommen wird. <string>el/ella/usted:</string> </property> </widget> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>TextNosotros6</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>110</width> <height>0</height> @@ -1733,11 +1733,11 @@ und in die Liste aufgenommen wird. <string>nosotros:</string> </property> </widget> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>TextVosotros6</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>110</width> <height>0</height> @@ -1747,11 +1747,11 @@ und in die Liste aufgenommen wird. <string>vosotros:</string> </property> </widget> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>TextEllos6</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>110</width> <height>0</height> @@ -1763,7 +1763,7 @@ und in die Liste aufgenommen wird. </widget> </vbox> </widget> - <widget class="QLayoutWidget"> + <widget class="TQLayoutWidget"> <property name="name"> <cstring>Layout_e_6</cstring> </property> @@ -1777,66 +1777,66 @@ und in die Liste aufgenommen wird. <property name="spacing"> <number>6</number> </property> - <widget class="QLineEdit"> + <widget class="TQLineEdit"> <property name="name"> <cstring>EditYo2_6</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>200</width> <height>0</height> </size> </property> </widget> - <widget class="QLineEdit"> + <widget class="TQLineEdit"> <property name="name"> <cstring>EditTu2_6</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>200</width> <height>0</height> </size> </property> </widget> - <widget class="QLineEdit"> + <widget class="TQLineEdit"> <property name="name"> <cstring>EditEl2_6</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>200</width> <height>0</height> </size> </property> </widget> - <widget class="QLineEdit"> + <widget class="TQLineEdit"> <property name="name"> <cstring>EditNosotros2_6</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>200</width> <height>0</height> </size> </property> </widget> - <widget class="QLineEdit"> + <widget class="TQLineEdit"> <property name="name"> <cstring>EditVosotros2_6</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>200</width> <height>0</height> </size> </property> </widget> - <widget class="QLineEdit"> + <widget class="TQLineEdit"> <property name="name"> <cstring>EditEllos2_6</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>200</width> <height>0</height> @@ -1847,7 +1847,7 @@ und in die Liste aufgenommen wird. </widget> </hbox> </widget> - <widget class="QLayoutWidget" row="1" column="0"> + <widget class="TQLayoutWidget" row="1" column="0"> <property name="name"> <cstring>Layout45_8_2_3_5</cstring> </property> @@ -1861,7 +1861,7 @@ und in die Liste aufgenommen wird. <property name="spacing"> <number>6</number> </property> - <widget class="QPushButton"> + <widget class="TQPushButton"> <property name="name"> <cstring>ButtonSeiteLoeschen6</cstring> </property> @@ -1886,7 +1886,7 @@ und in die Liste aufgenommen wird. </widget> </grid> </widget> - <widget class="QWidget"> + <widget class="TQWidget"> <property name="name"> <cstring>tabSubPasado</cstring> </property> @@ -1903,7 +1903,7 @@ und in die Liste aufgenommen wird. <property name="spacing"> <number>6</number> </property> - <widget class="QLayoutWidget" row="0" column="0"> + <widget class="TQLayoutWidget" row="0" column="0"> <property name="name"> <cstring>Layout58_3</cstring> </property> @@ -1917,7 +1917,7 @@ und in die Liste aufgenommen wird. <property name="spacing"> <number>6</number> </property> - <widget class="QLayoutWidget" row="0" column="0"> + <widget class="TQLayoutWidget" row="0" column="0"> <property name="name"> <cstring>Layout_spa</cstring> </property> @@ -1931,7 +1931,7 @@ und in die Liste aufgenommen wird. <property name="spacing"> <number>6</number> </property> - <widget class="QLayoutWidget"> + <widget class="TQLayoutWidget"> <property name="name"> <cstring>Layout_p_7</cstring> </property> @@ -1945,11 +1945,11 @@ und in die Liste aufgenommen wird. <property name="spacing"> <number>6</number> </property> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>TextYo7</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>110</width> <height>0</height> @@ -1959,11 +1959,11 @@ und in die Liste aufgenommen wird. <string>yo:</string> </property> </widget> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>TextTu7</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>110</width> <height>0</height> @@ -1973,11 +1973,11 @@ und in die Liste aufgenommen wird. <string>tu:</string> </property> </widget> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>TextEl7</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>110</width> <height>0</height> @@ -1987,11 +1987,11 @@ und in die Liste aufgenommen wird. <string>el/ella/usted:</string> </property> </widget> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>TextNosotros7</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>110</width> <height>0</height> @@ -2001,11 +2001,11 @@ und in die Liste aufgenommen wird. <string>nosotros:</string> </property> </widget> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>TextVosotros7</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>110</width> <height>0</height> @@ -2015,11 +2015,11 @@ und in die Liste aufgenommen wird. <string>vosotros:</string> </property> </widget> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>TextEllos7</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>110</width> <height>0</height> @@ -2031,7 +2031,7 @@ und in die Liste aufgenommen wird. </widget> </vbox> </widget> - <widget class="QLayoutWidget"> + <widget class="TQLayoutWidget"> <property name="name"> <cstring>Layout_e_7</cstring> </property> @@ -2045,66 +2045,66 @@ und in die Liste aufgenommen wird. <property name="spacing"> <number>6</number> </property> - <widget class="QLineEdit"> + <widget class="TQLineEdit"> <property name="name"> <cstring>EditYo2_7</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>200</width> <height>0</height> </size> </property> </widget> - <widget class="QLineEdit"> + <widget class="TQLineEdit"> <property name="name"> <cstring>EditTu2_7</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>200</width> <height>0</height> </size> </property> </widget> - <widget class="QLineEdit"> + <widget class="TQLineEdit"> <property name="name"> <cstring>EditEl2_7</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>200</width> <height>0</height> </size> </property> </widget> - <widget class="QLineEdit"> + <widget class="TQLineEdit"> <property name="name"> <cstring>EditNosotros2_7</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>200</width> <height>0</height> </size> </property> </widget> - <widget class="QLineEdit"> + <widget class="TQLineEdit"> <property name="name"> <cstring>EditVosotros2_7</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>200</width> <height>0</height> </size> </property> </widget> - <widget class="QLineEdit"> + <widget class="TQLineEdit"> <property name="name"> <cstring>EditEllos2_7</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>200</width> <height>0</height> @@ -2115,7 +2115,7 @@ und in die Liste aufgenommen wird. </widget> </hbox> </widget> - <widget class="QLayoutWidget" row="1" column="0"> + <widget class="TQLayoutWidget" row="1" column="0"> <property name="name"> <cstring>Layout45_8_2_3_2_3</cstring> </property> @@ -2129,7 +2129,7 @@ und in die Liste aufgenommen wird. <property name="spacing"> <number>6</number> </property> - <widget class="QPushButton"> + <widget class="TQPushButton"> <property name="name"> <cstring>ButtonSeiteLoeschen7</cstring> </property> @@ -2154,7 +2154,7 @@ und in die Liste aufgenommen wird. </widget> </grid> </widget> - <widget class="QWidget"> + <widget class="TQWidget"> <property name="name"> <cstring>tabImperativo</cstring> </property> @@ -2171,7 +2171,7 @@ und in die Liste aufgenommen wird. <property name="spacing"> <number>6</number> </property> - <widget class="QLayoutWidget" row="0" column="0"> + <widget class="TQLayoutWidget" row="0" column="0"> <property name="name"> <cstring>Layout47</cstring> </property> @@ -2185,7 +2185,7 @@ und in die Liste aufgenommen wird. <property name="spacing"> <number>6</number> </property> - <widget class="QLayoutWidget"> + <widget class="TQLayoutWidget"> <property name="name"> <cstring>Layout46</cstring> </property> @@ -2199,7 +2199,7 @@ und in die Liste aufgenommen wird. <property name="spacing"> <number>6</number> </property> - <widget class="QLayoutWidget"> + <widget class="TQLayoutWidget"> <property name="name"> <cstring>Layout55_3</cstring> </property> @@ -2213,7 +2213,7 @@ und in die Liste aufgenommen wird. <property name="spacing"> <number>6</number> </property> - <widget class="QLayoutWidget"> + <widget class="TQLayoutWidget"> <property name="name"> <cstring>Layout_p_8</cstring> </property> @@ -2227,11 +2227,11 @@ und in die Liste aufgenommen wird. <property name="spacing"> <number>6</number> </property> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>TextYo8</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>110</width> <height>0</height> @@ -2241,11 +2241,11 @@ und in die Liste aufgenommen wird. <string>yo:</string> </property> </widget> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>TextTu8</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>110</width> <height>0</height> @@ -2255,11 +2255,11 @@ und in die Liste aufgenommen wird. <string>tu:</string> </property> </widget> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>TextEl8</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>110</width> <height>0</height> @@ -2269,11 +2269,11 @@ und in die Liste aufgenommen wird. <string>el/ella/usted:</string> </property> </widget> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>TextNosotros8</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>110</width> <height>0</height> @@ -2283,11 +2283,11 @@ und in die Liste aufgenommen wird. <string>nosotros:</string> </property> </widget> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>TextVosotros8</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>110</width> <height>0</height> @@ -2297,7 +2297,7 @@ und in die Liste aufgenommen wird. <string>vosotros:</string> </property> </widget> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>TextEllos8</cstring> </property> @@ -2309,7 +2309,7 @@ und in die Liste aufgenommen wird. </widget> </hbox> </widget> - <widget class="QLayoutWidget"> + <widget class="TQLayoutWidget"> <property name="name"> <cstring>Layout_e_8</cstring> </property> @@ -2323,66 +2323,66 @@ und in die Liste aufgenommen wird. <property name="spacing"> <number>6</number> </property> - <widget class="QLineEdit"> + <widget class="TQLineEdit"> <property name="name"> <cstring>EditYo2_8</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>200</width> <height>0</height> </size> </property> </widget> - <widget class="QLineEdit"> + <widget class="TQLineEdit"> <property name="name"> <cstring>EditTu2_8</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>200</width> <height>0</height> </size> </property> </widget> - <widget class="QLineEdit"> + <widget class="TQLineEdit"> <property name="name"> <cstring>EditEl2_8</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>200</width> <height>0</height> </size> </property> </widget> - <widget class="QLineEdit"> + <widget class="TQLineEdit"> <property name="name"> <cstring>EditNosotros2_8</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>200</width> <height>0</height> </size> </property> </widget> - <widget class="QLineEdit"> + <widget class="TQLineEdit"> <property name="name"> <cstring>EditVosotros2_8</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>200</width> <height>0</height> </size> </property> </widget> - <widget class="QLineEdit"> + <widget class="TQLineEdit"> <property name="name"> <cstring>EditEllos2_8</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>200</width> <height>0</height> @@ -2393,7 +2393,7 @@ und in die Liste aufgenommen wird. </widget> </hbox> </widget> - <widget class="QLayoutWidget"> + <widget class="TQLayoutWidget"> <property name="name"> <cstring>Layout45_8_2_3_3_3</cstring> </property> @@ -2407,7 +2407,7 @@ und in die Liste aufgenommen wird. <property name="spacing"> <number>6</number> </property> - <widget class="QPushButton"> + <widget class="TQPushButton"> <property name="name"> <cstring>ButtonSeiteLoeschen8</cstring> </property> @@ -2433,7 +2433,7 @@ und in die Liste aufgenommen wird. </grid> </widget> </widget> - <widget class="QLayoutWidget"> + <widget class="TQLayoutWidget"> <property name="name"> <cstring>Layout18</cstring> </property> @@ -2458,11 +2458,11 @@ und in die Liste aufgenommen wird. <enum>Expanding</enum> </property> </spacer> - <widget class="QPushButton"> + <widget class="TQPushButton"> <property name="name"> <cstring>ButtonN</cstring> </property> - <property name="maximumSize"> + <property name="tqmaximumSize"> <size> <width>50</width> <height>32767</height> @@ -2472,11 +2472,11 @@ und in die Liste aufgenommen wird. <string>n</string> </property> </widget> - <widget class="QPushButton"> + <widget class="TQPushButton"> <property name="name"> <cstring>ButtonA</cstring> </property> - <property name="maximumSize"> + <property name="tqmaximumSize"> <size> <width>50</width> <height>32767</height> @@ -2486,11 +2486,11 @@ und in die Liste aufgenommen wird. <string>a</string> </property> </widget> - <widget class="QPushButton"> + <widget class="TQPushButton"> <property name="name"> <cstring>ButtonE</cstring> </property> - <property name="maximumSize"> + <property name="tqmaximumSize"> <size> <width>50</width> <height>32767</height> @@ -2500,11 +2500,11 @@ und in die Liste aufgenommen wird. <string>e</string> </property> </widget> - <widget class="QPushButton"> + <widget class="TQPushButton"> <property name="name"> <cstring>ButtonI</cstring> </property> - <property name="maximumSize"> + <property name="tqmaximumSize"> <size> <width>50</width> <height>32767</height> @@ -2514,11 +2514,11 @@ und in die Liste aufgenommen wird. <string>i</string> </property> </widget> - <widget class="QPushButton"> + <widget class="TQPushButton"> <property name="name"> <cstring>ButtonO</cstring> </property> - <property name="maximumSize"> + <property name="tqmaximumSize"> <size> <width>50</width> <height>32767</height> @@ -2528,11 +2528,11 @@ und in die Liste aufgenommen wird. <string>o</string> </property> </widget> - <widget class="QPushButton"> + <widget class="TQPushButton"> <property name="name"> <cstring>ButtonU</cstring> </property> - <property name="maximumSize"> + <property name="tqmaximumSize"> <size> <width>50</width> <height>32767</height> @@ -2544,7 +2544,7 @@ und in die Liste aufgenommen wird. </widget> </hbox> </widget> - <widget class="QLayoutWidget"> + <widget class="TQLayoutWidget"> <property name="name"> <cstring>Layout48</cstring> </property> @@ -2558,11 +2558,11 @@ und in die Liste aufgenommen wird. <property name="spacing"> <number>6</number> </property> - <widget class="QPushButton"> + <widget class="TQPushButton"> <property name="name"> <cstring>ButtonLoeschen</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>90</width> <height>0</height> @@ -2583,11 +2583,11 @@ und in die Liste aufgenommen wird. <enum>Expanding</enum> </property> </spacer> - <widget class="QPushButton"> + <widget class="TQPushButton"> <property name="name"> <cstring>PushZurueck</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>90</width> <height>0</height> @@ -2597,11 +2597,11 @@ und in die Liste aufgenommen wird. <string>Back</string> </property> </widget> - <widget class="QPushButton"> + <widget class="TQPushButton"> <property name="name"> <cstring>PushWeiter</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>90</width> <height>0</height> @@ -2611,11 +2611,11 @@ und in die Liste aufgenommen wird. <string>Next</string> </property> </widget> - <widget class="QPushButton"> + <widget class="TQPushButton"> <property name="name"> <cstring>PushNewVerb</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>90</width> <height>0</height> @@ -2625,11 +2625,11 @@ und in die Liste aufgenommen wird. <string>New</string> </property> </widget> - <widget class="QPushButton"> + <widget class="TQPushButton"> <property name="name"> <cstring>PushBeenden</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>90</width> <height>0</height> @@ -2770,7 +2770,7 @@ und in die Liste aufgenommen wird. <includes> <include location="local" impldecl="in implementation">qerfassen.ui.h</include> </includes> -<slots> +<Q_SLOTS> <slot>slotNewVerb()</slot> <slot>slotA()</slot> <slot>slotClearAll()</slot> @@ -2791,6 +2791,6 @@ und in die Liste aufgenommen wird. <slot>slotU()</slot> <slot>slotWeiter()</slot> <slot>slotZurueck()</slot> -</slots> -<layoutdefaults spacing="6" margin="11"/> +</Q_SLOTS> +<tqlayoutdefaults spacing="6" margin="11"/> </UI> diff --git a/kverbos/kverbos/qlernen.ui b/kverbos/kverbos/qlernen.ui index 9b4b1d33..70489db1 100644 --- a/kverbos/kverbos/qlernen.ui +++ b/kverbos/kverbos/qlernen.ui @@ -3,11 +3,11 @@ <comment>It is the main wiget of the kverbos project. The user learns with this GUI.</comment> <author>Arnold Kraschinski</author> -<widget class="QWidget"> +<widget class="TQWidget"> <property name="name"> <cstring>QLernen</cstring> </property> - <property name="geometry"> + <property name="tqgeometry"> <rect> <x>0</x> <y>0</y> @@ -28,7 +28,7 @@ The user learns with this GUI.</comment> <property name="spacing"> <number>6</number> </property> - <widget class="QLayoutWidget" row="0" column="0"> + <widget class="TQLayoutWidget" row="0" column="0"> <property name="name"> <cstring>Layout13</cstring> </property> @@ -42,7 +42,7 @@ The user learns with this GUI.</comment> <property name="spacing"> <number>6</number> </property> - <widget class="QLayoutWidget"> + <widget class="TQLayoutWidget"> <property name="name"> <cstring>Layout11_2</cstring> </property> @@ -56,20 +56,20 @@ The user learns with this GUI.</comment> <property name="spacing"> <number>6</number> </property> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>TextVerbo</cstring> </property> <property name="text"> <string>Verb:</string> </property> - <property name="alignment"> + <property name="tqalignment"> <set>AlignVCenter|AlignRight</set> </property> <property name="hAlign" stdset="0"> </property> </widget> - <widget class="QLineEdit"> + <widget class="TQLineEdit"> <property name="name"> <cstring>EditVerbo</cstring> </property> @@ -81,7 +81,7 @@ The user learns with this GUI.</comment> <verstretch>0</verstretch> </sizepolicy> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>0</width> <height>0</height> @@ -91,24 +91,24 @@ The user learns with this GUI.</comment> <enum>NoFocus</enum> </property> </widget> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>TextAleman</cstring> </property> <property name="text"> <string>In the foreign language:</string> </property> - <property name="alignment"> + <property name="tqalignment"> <set>AlignVCenter|AlignRight</set> </property> <property name="hAlign" stdset="0"> </property> </widget> - <widget class="QLineEdit"> + <widget class="TQLineEdit"> <property name="name"> <cstring>EditAleman</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>0</width> <height>0</height> @@ -120,7 +120,7 @@ The user learns with this GUI.</comment> </widget> </hbox> </widget> - <widget class="QLayoutWidget"> + <widget class="TQLayoutWidget"> <property name="name"> <cstring>Layout2</cstring> </property> @@ -134,11 +134,11 @@ The user learns with this GUI.</comment> <property name="spacing"> <number>6</number> </property> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>TextTiempo2</cstring> </property> - <property name="maximumSize"> + <property name="tqmaximumSize"> <size> <width>70</width> <height>32767</height> @@ -148,7 +148,7 @@ The user learns with this GUI.</comment> <string>Time</string> </property> </widget> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>TextTiempo</cstring> </property> @@ -158,7 +158,7 @@ The user learns with this GUI.</comment> </widget> </hbox> </widget> - <widget class="QLayoutWidget"> + <widget class="TQLayoutWidget"> <property name="name"> <cstring>Layout17</cstring> </property> @@ -172,7 +172,7 @@ The user learns with this GUI.</comment> <property name="spacing"> <number>6</number> </property> - <widget class="QLayoutWidget"> + <widget class="TQLayoutWidget"> <property name="name"> <cstring>Layout13</cstring> </property> @@ -186,11 +186,11 @@ The user learns with this GUI.</comment> <property name="spacing"> <number>6</number> </property> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>TextYo</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>110</width> <height>0</height> @@ -200,11 +200,11 @@ The user learns with this GUI.</comment> <string>yo:</string> </property> </widget> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>TextTu</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>110</width> <height>0</height> @@ -214,11 +214,11 @@ The user learns with this GUI.</comment> <string>tu:</string> </property> </widget> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>TextEl</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>110</width> <height>0</height> @@ -228,11 +228,11 @@ The user learns with this GUI.</comment> <string>el/ella/usted:</string> </property> </widget> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>TextNosotros</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>110</width> <height>0</height> @@ -242,11 +242,11 @@ The user learns with this GUI.</comment> <string>nosotros:</string> </property> </widget> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>TextVosotros</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>110</width> <height>0</height> @@ -256,11 +256,11 @@ The user learns with this GUI.</comment> <string>vosotros:</string> </property> </widget> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>TextEllos</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>110</width> <height>0</height> @@ -272,7 +272,7 @@ The user learns with this GUI.</comment> </widget> </vbox> </widget> - <widget class="QLayoutWidget"> + <widget class="TQLayoutWidget"> <property name="name"> <cstring>Layout4</cstring> </property> @@ -286,66 +286,66 @@ The user learns with this GUI.</comment> <property name="spacing"> <number>6</number> </property> - <widget class="QLineEdit"> + <widget class="TQLineEdit"> <property name="name"> <cstring>EditYo1</cstring> </property> - <property name="maximumSize"> + <property name="tqmaximumSize"> <size> <width>50</width> <height>32767</height> </size> </property> </widget> - <widget class="QLineEdit"> + <widget class="TQLineEdit"> <property name="name"> <cstring>EditTu1</cstring> </property> - <property name="maximumSize"> + <property name="tqmaximumSize"> <size> <width>50</width> <height>32767</height> </size> </property> </widget> - <widget class="QLineEdit"> + <widget class="TQLineEdit"> <property name="name"> <cstring>EditEl1</cstring> </property> - <property name="maximumSize"> + <property name="tqmaximumSize"> <size> <width>50</width> <height>32767</height> </size> </property> </widget> - <widget class="QLineEdit"> + <widget class="TQLineEdit"> <property name="name"> <cstring>EditNosotros1</cstring> </property> - <property name="maximumSize"> + <property name="tqmaximumSize"> <size> <width>50</width> <height>32767</height> </size> </property> </widget> - <widget class="QLineEdit"> + <widget class="TQLineEdit"> <property name="name"> <cstring>EditVosotros1</cstring> </property> - <property name="maximumSize"> + <property name="tqmaximumSize"> <size> <width>50</width> <height>32767</height> </size> </property> </widget> - <widget class="QLineEdit"> + <widget class="TQLineEdit"> <property name="name"> <cstring>EditEllos1</cstring> </property> - <property name="maximumSize"> + <property name="tqmaximumSize"> <size> <width>50</width> <height>32767</height> @@ -354,7 +354,7 @@ The user learns with this GUI.</comment> </widget> </vbox> </widget> - <widget class="QLayoutWidget"> + <widget class="TQLayoutWidget"> <property name="name"> <cstring>Layout14</cstring> </property> @@ -368,66 +368,66 @@ The user learns with this GUI.</comment> <property name="spacing"> <number>6</number> </property> - <widget class="QLineEdit"> + <widget class="TQLineEdit"> <property name="name"> <cstring>EditYo2</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>200</width> <height>0</height> </size> </property> </widget> - <widget class="QLineEdit"> + <widget class="TQLineEdit"> <property name="name"> <cstring>EditTu2</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>200</width> <height>0</height> </size> </property> </widget> - <widget class="QLineEdit"> + <widget class="TQLineEdit"> <property name="name"> <cstring>EditEl2</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>200</width> <height>0</height> </size> </property> </widget> - <widget class="QLineEdit"> + <widget class="TQLineEdit"> <property name="name"> <cstring>EditNosotros2</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>200</width> <height>0</height> </size> </property> </widget> - <widget class="QLineEdit"> + <widget class="TQLineEdit"> <property name="name"> <cstring>EditVosotros2</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>200</width> <height>0</height> </size> </property> </widget> - <widget class="QLineEdit"> + <widget class="TQLineEdit"> <property name="name"> <cstring>EditEllos2</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>200</width> <height>0</height> @@ -436,7 +436,7 @@ The user learns with this GUI.</comment> </widget> </vbox> </widget> - <widget class="QLayoutWidget"> + <widget class="TQLayoutWidget"> <property name="name"> <cstring>Layout15</cstring> </property> @@ -450,60 +450,60 @@ The user learns with this GUI.</comment> <property name="spacing"> <number>6</number> </property> - <widget class="QLineEdit"> + <widget class="TQLineEdit"> <property name="name"> <cstring>EditYo3</cstring> </property> </widget> - <widget class="QLineEdit"> + <widget class="TQLineEdit"> <property name="name"> <cstring>EditTu3</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>200</width> <height>0</height> </size> </property> </widget> - <widget class="QLineEdit"> + <widget class="TQLineEdit"> <property name="name"> <cstring>EditEl3</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>200</width> <height>0</height> </size> </property> </widget> - <widget class="QLineEdit"> + <widget class="TQLineEdit"> <property name="name"> <cstring>EditNosotros3</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>200</width> <height>0</height> </size> </property> </widget> - <widget class="QLineEdit"> + <widget class="TQLineEdit"> <property name="name"> <cstring>EditVosotros3</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>200</width> <height>0</height> </size> </property> </widget> - <widget class="QLineEdit"> + <widget class="TQLineEdit"> <property name="name"> <cstring>EditEllos3</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>200</width> <height>0</height> @@ -514,7 +514,7 @@ The user learns with this GUI.</comment> </widget> </hbox> </widget> - <widget class="QLayoutWidget"> + <widget class="TQLayoutWidget"> <property name="name"> <cstring>Layout18</cstring> </property> @@ -539,11 +539,11 @@ The user learns with this GUI.</comment> <enum>Expanding</enum> </property> </spacer> - <widget class="QPushButton"> + <widget class="TQPushButton"> <property name="name"> <cstring>ButtonN</cstring> </property> - <property name="maximumSize"> + <property name="tqmaximumSize"> <size> <width>50</width> <height>32767</height> @@ -553,11 +553,11 @@ The user learns with this GUI.</comment> <string>n</string> </property> </widget> - <widget class="QPushButton"> + <widget class="TQPushButton"> <property name="name"> <cstring>ButtonA</cstring> </property> - <property name="maximumSize"> + <property name="tqmaximumSize"> <size> <width>50</width> <height>32767</height> @@ -567,11 +567,11 @@ The user learns with this GUI.</comment> <string>a</string> </property> </widget> - <widget class="QPushButton"> + <widget class="TQPushButton"> <property name="name"> <cstring>ButtonE</cstring> </property> - <property name="maximumSize"> + <property name="tqmaximumSize"> <size> <width>50</width> <height>32767</height> @@ -581,11 +581,11 @@ The user learns with this GUI.</comment> <string>e</string> </property> </widget> - <widget class="QPushButton"> + <widget class="TQPushButton"> <property name="name"> <cstring>ButtonI</cstring> </property> - <property name="maximumSize"> + <property name="tqmaximumSize"> <size> <width>50</width> <height>32767</height> @@ -595,11 +595,11 @@ The user learns with this GUI.</comment> <string>i</string> </property> </widget> - <widget class="QPushButton"> + <widget class="TQPushButton"> <property name="name"> <cstring>ButtonO</cstring> </property> - <property name="maximumSize"> + <property name="tqmaximumSize"> <size> <width>50</width> <height>32767</height> @@ -609,11 +609,11 @@ The user learns with this GUI.</comment> <string>o</string> </property> </widget> - <widget class="QPushButton"> + <widget class="TQPushButton"> <property name="name"> <cstring>ButtonU</cstring> </property> - <property name="maximumSize"> + <property name="tqmaximumSize"> <size> <width>50</width> <height>32767</height> @@ -625,7 +625,7 @@ The user learns with this GUI.</comment> </widget> </hbox> </widget> - <widget class="QLayoutWidget"> + <widget class="TQLayoutWidget"> <property name="name"> <cstring>Layout15</cstring> </property> @@ -639,7 +639,7 @@ The user learns with this GUI.</comment> <property name="spacing"> <number>6</number> </property> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>TextErgebnis</cstring> </property> @@ -650,7 +650,7 @@ The user learns with this GUI.</comment> <property name="text"> <string>Result:</string> </property> - <property name="alignment"> + <property name="tqalignment"> <set>AlignCenter</set> </property> <property name="hAlign" stdset="0"> @@ -669,7 +669,7 @@ The user learns with this GUI.</comment> </spacer> </hbox> </widget> - <widget class="QProgressBar"> + <widget class="TQProgressBar"> <property name="name"> <cstring>ProgressBar</cstring> </property> @@ -692,7 +692,7 @@ The user learns with this GUI.</comment> <bool>true</bool> </property> </widget> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>PixmapLabel1</cstring> </property> @@ -703,7 +703,7 @@ The user learns with this GUI.</comment> <bool>true</bool> </property> </widget> - <widget class="QLayoutWidget"> + <widget class="TQLayoutWidget"> <property name="name"> <cstring>Layout11</cstring> </property> @@ -717,11 +717,11 @@ The user learns with this GUI.</comment> <property name="spacing"> <number>6</number> </property> - <widget class="QPushButton"> + <widget class="TQPushButton"> <property name="name"> <cstring>ButtonLoeschen</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>110</width> <height>0</height> @@ -742,11 +742,11 @@ The user learns with this GUI.</comment> <enum>Expanding</enum> </property> </spacer> - <widget class="QPushButton"> + <widget class="TQPushButton"> <property name="name"> <cstring>ButtonKorrektur</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>110</width> <height>0</height> @@ -756,7 +756,7 @@ The user learns with this GUI.</comment> <string>Correct</string> </property> </widget> - <widget class="QPushButton"> + <widget class="TQPushButton"> <property name="name"> <cstring>ButtonSolution</cstring> </property> @@ -764,11 +764,11 @@ The user learns with this GUI.</comment> <string>Solution</string> </property> </widget> - <widget class="QPushButton"> + <widget class="TQPushButton"> <property name="name"> <cstring>ButtonWeiter</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>110</width> <height>0</height> @@ -1002,7 +1002,7 @@ The user learns with this GUI.</comment> <tabstop>ButtonSolution</tabstop> <tabstop>ButtonWeiter</tabstop> </tabstops> -<slots> +<Q_SLOTS> <slot>slotA()</slot> <slot>slotClearAll()</slot> <slot>slotCopyText()</slot> @@ -1016,6 +1016,6 @@ The user learns with this GUI.</comment> <slot>slotTextCopy(QString)</slot> <slot>slotU()</slot> <slot>slotWeiter()</slot> -</slots> -<layoutdefaults spacing="6" margin="11"/> +</Q_SLOTS> +<tqlayoutdefaults spacing="6" margin="11"/> </UI> diff --git a/kverbos/kverbos/qresult.ui b/kverbos/kverbos/qresult.ui index a8e93bb0..a12c9c5e 100644 --- a/kverbos/kverbos/qresult.ui +++ b/kverbos/kverbos/qresult.ui @@ -1,10 +1,10 @@ <!DOCTYPE UI><UI version="3.0" stdsetdef="1"> <class>QResult</class> -<widget class="QDialog"> +<widget class="TQDialog"> <property name="name"> <cstring>QResult</cstring> </property> - <property name="geometry"> + <property name="tqgeometry"> <rect> <x>0</x> <y>0</y> @@ -33,7 +33,7 @@ <property name="spacing"> <number>6</number> </property> - <widget class="QLayoutWidget" row="0" column="0"> + <widget class="TQLayoutWidget" row="0" column="0"> <property name="name"> <cstring>Layout8</cstring> </property> @@ -47,7 +47,7 @@ <property name="spacing"> <number>6</number> </property> - <widget class="QLayoutWidget"> + <widget class="TQLayoutWidget"> <property name="name"> <cstring>Layout13</cstring> </property> @@ -72,7 +72,7 @@ <enum>Expanding</enum> </property> </spacer> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>TextUser</cstring> </property> @@ -92,13 +92,13 @@ <property name="text"> <string>User:</string> </property> - <property name="alignment"> + <property name="tqalignment"> <set>AlignVCenter|AlignRight</set> </property> <property name="hAlign" stdset="0"> </property> </widget> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>TextLabelUser</cstring> </property> @@ -117,7 +117,7 @@ <string>nobody</string> </property> </widget> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>TextSession</cstring> </property> @@ -129,13 +129,13 @@ <property name="text"> <string>Number of training sessions:</string> </property> - <property name="alignment"> + <property name="tqalignment"> <set>AlignVCenter|AlignRight</set> </property> <property name="hAlign" stdset="0"> </property> </widget> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>TextLabelSessions</cstring> </property> @@ -167,7 +167,7 @@ </spacer> </hbox> </widget> - <widget class="QLayoutWidget"> + <widget class="TQLayoutWidget"> <property name="name"> <cstring>Layout7</cstring> </property> @@ -181,7 +181,7 @@ <property name="spacing"> <number>6</number> </property> - <widget class="QTable"> + <widget class="TQTable"> <property name="name"> <cstring>TableResult</cstring> </property> @@ -192,7 +192,7 @@ <number>3</number> </property> </widget> - <widget class="QListView"> + <widget class="TQListView"> <column> <property name="text"> <string>Right</string> @@ -221,7 +221,7 @@ </widget> </hbox> </widget> - <widget class="QLayoutWidget"> + <widget class="TQLayoutWidget"> <property name="name"> <cstring>Layout13</cstring> </property> @@ -246,7 +246,7 @@ <enum>Expanding</enum> </property> </spacer> - <widget class="QPushButton"> + <widget class="TQPushButton"> <property name="name"> <cstring>PushOK</cstring> </property> @@ -268,8 +268,8 @@ <slot>slotDlgEnde()</slot> </connection> </connections> -<slots> +<Q_SLOTS> <slot>slotDlgEnde()</slot> -</slots> -<layoutdefaults spacing="6" margin="11"/> +</Q_SLOTS> +<tqlayoutdefaults spacing="6" margin="11"/> </UI> diff --git a/kverbos/kverbos/qverbedit.ui b/kverbos/kverbos/qverbedit.ui index f16b76de..2245ac3a 100644 --- a/kverbos/kverbos/qverbedit.ui +++ b/kverbos/kverbos/qverbedit.ui @@ -5,11 +5,11 @@ Die im Programm verfühbaren Verben werden in der Listenansicht ausgegeben und können bearbeitet werden.</comment> <author>Arnold Kraschinski</author> -<widget class="QDialog"> +<widget class="TQDialog"> <property name="name"> <cstring>QVerbEdit</cstring> </property> - <property name="geometry"> + <property name="tqgeometry"> <rect> <x>0</x> <y>0</y> @@ -30,7 +30,7 @@ und können bearbeitet werden.</comment> <property name="spacing"> <number>6</number> </property> - <widget class="QLayoutWidget" row="0" column="0"> + <widget class="TQLayoutWidget" row="0" column="0"> <property name="name"> <cstring>Layout2</cstring> </property> @@ -44,7 +44,7 @@ und können bearbeitet werden.</comment> <property name="spacing"> <number>6</number> </property> - <widget class="QLayoutWidget" row="1" column="0"> + <widget class="TQLayoutWidget" row="1" column="0"> <property name="name"> <cstring>Layout1</cstring> </property> @@ -58,7 +58,7 @@ und können bearbeitet werden.</comment> <property name="spacing"> <number>6</number> </property> - <widget class="QPushButton"> + <widget class="TQPushButton"> <property name="name"> <cstring>ButtonDelete</cstring> </property> @@ -76,14 +76,14 @@ und können bearbeitet werden.</comment> <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="sizeHint"> + <property name="tqsizeHint"> <size> <width>20</width> <height>20</height> </size> </property> </spacer> - <widget class="QPushButton"> + <widget class="TQPushButton"> <property name="name"> <cstring>ButtonOK</cstring> </property> @@ -91,7 +91,7 @@ und können bearbeitet werden.</comment> <string>&OK</string> </property> </widget> - <widget class="QPushButton"> + <widget class="TQPushButton"> <property name="name"> <cstring>ButtonEdit</cstring> </property> @@ -99,7 +99,7 @@ und können bearbeitet werden.</comment> <string>&Edit</string> </property> </widget> - <widget class="QPushButton"> + <widget class="TQPushButton"> <property name="name"> <cstring>ButtonCancel</cstring> </property> @@ -109,7 +109,7 @@ und können bearbeitet werden.</comment> </widget> </hbox> </widget> - <widget class="QListView" row="0" column="0"> + <widget class="TQListView" row="0" column="0"> <column> <property name="text"> <string>Spanish Verb</string> @@ -186,11 +186,11 @@ und können bearbeitet werden.</comment> <slot>slotEditVerb()</slot> </connection> </connections> -<slots> +<Q_SLOTS> <slot>slotEditVerb()</slot> <slot>slotCancel()</slot> <slot>slotDelete()</slot> <slot>slotDlgEnde()</slot> -</slots> -<layoutdefaults spacing="6" margin="11"/> +</Q_SLOTS> +<tqlayoutdefaults spacing="6" margin="11"/> </UI> diff --git a/kverbos/kverbos/qverbosoptions.ui b/kverbos/kverbos/qverbosoptions.ui index da432531..2347392d 100644 --- a/kverbos/kverbos/qverbosoptions.ui +++ b/kverbos/kverbos/qverbosoptions.ui @@ -5,11 +5,11 @@ Damit können einige Einstellungen zum Programm verändert werden, z.B welche Zeiten geübt werden sollen und welche nicht.</comment> <author>Arnold Kraschinski</author> -<widget class="QDialog"> +<widget class="TQDialog"> <property name="name"> <cstring>QVerbosOptions</cstring> </property> - <property name="geometry"> + <property name="tqgeometry"> <rect> <x>0</x> <y>0</y> @@ -30,7 +30,7 @@ Zeiten geübt werden sollen und welche nicht.</comment> <property name="spacing"> <number>6</number> </property> - <widget class="QLayoutWidget" row="0" column="0"> + <widget class="TQLayoutWidget" row="0" column="0"> <property name="name"> <cstring>Layout12</cstring> </property> @@ -44,7 +44,7 @@ Zeiten geübt werden sollen und welche nicht.</comment> <property name="spacing"> <number>6</number> </property> - <widget class="QGroupBox"> + <widget class="TQGroupBox"> <property name="name"> <cstring>GroupBox1</cstring> </property> @@ -61,7 +61,7 @@ Zeiten geübt werden sollen und welche nicht.</comment> <property name="spacing"> <number>6</number> </property> - <widget class="QLayoutWidget" row="0" column="0"> + <widget class="TQLayoutWidget" row="0" column="0"> <property name="name"> <cstring>Layout11</cstring> </property> @@ -75,7 +75,7 @@ Zeiten geübt werden sollen und welche nicht.</comment> <property name="spacing"> <number>6</number> </property> - <widget class="QLayoutWidget"> + <widget class="TQLayoutWidget"> <property name="name"> <cstring>Layout10</cstring> </property> @@ -89,11 +89,11 @@ Zeiten geübt werden sollen und welche nicht.</comment> <property name="spacing"> <number>6</number> </property> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>LabelTiempos</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>0</width> <height>28</height> @@ -103,11 +103,11 @@ Zeiten geübt werden sollen und welche nicht.</comment> <string>tiempos</string> </property> </widget> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>LabelPresente</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>0</width> <height>28</height> @@ -117,11 +117,11 @@ Zeiten geübt werden sollen und welche nicht.</comment> <string>presente</string> </property> </widget> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>LabelImperfecto</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>0</width> <height>28</height> @@ -131,11 +131,11 @@ Zeiten geübt werden sollen und welche nicht.</comment> <string>imperfecto</string> </property> </widget> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>LabelIndefinido</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>0</width> <height>28</height> @@ -145,11 +145,11 @@ Zeiten geübt werden sollen und welche nicht.</comment> <string>indefinido</string> </property> </widget> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>LabelFuturo</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>0</width> <height>28</height> @@ -159,11 +159,11 @@ Zeiten geübt werden sollen und welche nicht.</comment> <string>futuro</string> </property> </widget> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>LabelCondicional</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>0</width> <height>28</height> @@ -173,14 +173,14 @@ Zeiten geübt werden sollen und welche nicht.</comment> <string>condicional</string> </property> </widget> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>LabelSubPresente</cstring> </property> <property name="enabled"> <bool>true</bool> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>0</width> <height>28</height> @@ -190,14 +190,14 @@ Zeiten geübt werden sollen und welche nicht.</comment> <string>subjuntivo presente</string> </property> </widget> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>LabelSubPasado</cstring> </property> <property name="enabled"> <bool>true</bool> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>0</width> <height>28</height> @@ -207,14 +207,14 @@ Zeiten geübt werden sollen und welche nicht.</comment> <string>subjuntivo pasado</string> </property> </widget> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>LabelSubFuturo</cstring> </property> <property name="enabled"> <bool>true</bool> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>0</width> <height>28</height> @@ -224,14 +224,14 @@ Zeiten geübt werden sollen und welche nicht.</comment> <string>subjuntivo futuro</string> </property> </widget> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>LabelImperativo</cstring> </property> <property name="enabled"> <bool>true</bool> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>0</width> <height>28</height> @@ -251,7 +251,7 @@ Zeiten geübt werden sollen und welche nicht.</comment> <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="sizeHint"> + <property name="tqsizeHint"> <size> <width>20</width> <height>20</height> @@ -260,7 +260,7 @@ Zeiten geübt werden sollen und welche nicht.</comment> </spacer> </vbox> </widget> - <widget class="QLayoutWidget"> + <widget class="TQLayoutWidget"> <property name="name"> <cstring>Layout11</cstring> </property> @@ -274,11 +274,11 @@ Zeiten geübt werden sollen und welche nicht.</comment> <property name="spacing"> <number>6</number> </property> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>LabelNormal</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>0</width> <height>28</height> @@ -288,7 +288,7 @@ Zeiten geübt werden sollen und welche nicht.</comment> <string>normal</string> </property> </widget> - <widget class="QCheckBox"> + <widget class="TQCheckBox"> <property name="name"> <cstring>CheckBox1_1</cstring> </property> @@ -300,7 +300,7 @@ Zeiten geübt werden sollen und welche nicht.</comment> <verstretch>0</verstretch> </sizepolicy> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>0</width> <height>28</height> @@ -310,7 +310,7 @@ Zeiten geübt werden sollen und welche nicht.</comment> <string></string> </property> </widget> - <widget class="QCheckBox"> + <widget class="TQCheckBox"> <property name="name"> <cstring>CheckBox1_2</cstring> </property> @@ -322,7 +322,7 @@ Zeiten geübt werden sollen und welche nicht.</comment> <verstretch>0</verstretch> </sizepolicy> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>0</width> <height>28</height> @@ -332,7 +332,7 @@ Zeiten geübt werden sollen und welche nicht.</comment> <string></string> </property> </widget> - <widget class="QCheckBox"> + <widget class="TQCheckBox"> <property name="name"> <cstring>CheckBox1_3</cstring> </property> @@ -344,7 +344,7 @@ Zeiten geübt werden sollen und welche nicht.</comment> <verstretch>0</verstretch> </sizepolicy> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>0</width> <height>28</height> @@ -354,7 +354,7 @@ Zeiten geübt werden sollen und welche nicht.</comment> <string></string> </property> </widget> - <widget class="QCheckBox"> + <widget class="TQCheckBox"> <property name="name"> <cstring>CheckBox1_4</cstring> </property> @@ -366,7 +366,7 @@ Zeiten geübt werden sollen und welche nicht.</comment> <verstretch>0</verstretch> </sizepolicy> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>0</width> <height>28</height> @@ -376,7 +376,7 @@ Zeiten geübt werden sollen und welche nicht.</comment> <string></string> </property> </widget> - <widget class="QCheckBox"> + <widget class="TQCheckBox"> <property name="name"> <cstring>CheckBox1_5</cstring> </property> @@ -388,7 +388,7 @@ Zeiten geübt werden sollen und welche nicht.</comment> <verstretch>0</verstretch> </sizepolicy> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>0</width> <height>28</height> @@ -398,7 +398,7 @@ Zeiten geübt werden sollen und welche nicht.</comment> <string></string> </property> </widget> - <widget class="QCheckBox"> + <widget class="TQCheckBox"> <property name="name"> <cstring>CheckBox1_6</cstring> </property> @@ -413,7 +413,7 @@ Zeiten geübt werden sollen und welche nicht.</comment> <verstretch>0</verstretch> </sizepolicy> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>0</width> <height>28</height> @@ -423,7 +423,7 @@ Zeiten geübt werden sollen und welche nicht.</comment> <string></string> </property> </widget> - <widget class="QCheckBox"> + <widget class="TQCheckBox"> <property name="name"> <cstring>CheckBox1_7</cstring> </property> @@ -438,7 +438,7 @@ Zeiten geübt werden sollen und welche nicht.</comment> <verstretch>0</verstretch> </sizepolicy> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>0</width> <height>28</height> @@ -448,7 +448,7 @@ Zeiten geübt werden sollen und welche nicht.</comment> <string></string> </property> </widget> - <widget class="QCheckBox"> + <widget class="TQCheckBox"> <property name="name"> <cstring>CheckBox1_8</cstring> </property> @@ -463,7 +463,7 @@ Zeiten geübt werden sollen und welche nicht.</comment> <verstretch>0</verstretch> </sizepolicy> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>0</width> <height>28</height> @@ -473,7 +473,7 @@ Zeiten geübt werden sollen und welche nicht.</comment> <string></string> </property> </widget> - <widget class="QCheckBox"> + <widget class="TQCheckBox"> <property name="name"> <cstring>CheckBox1_9</cstring> </property> @@ -488,7 +488,7 @@ Zeiten geübt werden sollen und welche nicht.</comment> <verstretch>0</verstretch> </sizepolicy> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>0</width> <height>28</height> @@ -508,7 +508,7 @@ Zeiten geübt werden sollen und welche nicht.</comment> <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="sizeHint"> + <property name="tqsizeHint"> <size> <width>20</width> <height>20</height> @@ -517,7 +517,7 @@ Zeiten geübt werden sollen und welche nicht.</comment> </spacer> </vbox> </widget> - <widget class="QLayoutWidget"> + <widget class="TQLayoutWidget"> <property name="name"> <cstring>Layout12</cstring> </property> @@ -531,11 +531,11 @@ Zeiten geübt werden sollen und welche nicht.</comment> <property name="spacing"> <number>6</number> </property> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>LabelProgresivo</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>0</width> <height>28</height> @@ -545,7 +545,7 @@ Zeiten geübt werden sollen und welche nicht.</comment> <string>progresivo</string> </property> </widget> - <widget class="QCheckBox"> + <widget class="TQCheckBox"> <property name="name"> <cstring>CheckBox2_1</cstring> </property> @@ -557,7 +557,7 @@ Zeiten geübt werden sollen und welche nicht.</comment> <verstretch>0</verstretch> </sizepolicy> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>0</width> <height>28</height> @@ -567,7 +567,7 @@ Zeiten geübt werden sollen und welche nicht.</comment> <string></string> </property> </widget> - <widget class="QCheckBox"> + <widget class="TQCheckBox"> <property name="name"> <cstring>CheckBox2_2</cstring> </property> @@ -579,7 +579,7 @@ Zeiten geübt werden sollen und welche nicht.</comment> <verstretch>0</verstretch> </sizepolicy> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>0</width> <height>28</height> @@ -589,7 +589,7 @@ Zeiten geübt werden sollen und welche nicht.</comment> <string></string> </property> </widget> - <widget class="QCheckBox"> + <widget class="TQCheckBox"> <property name="name"> <cstring>CheckBox2_3</cstring> </property> @@ -601,7 +601,7 @@ Zeiten geübt werden sollen und welche nicht.</comment> <verstretch>0</verstretch> </sizepolicy> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>0</width> <height>28</height> @@ -611,7 +611,7 @@ Zeiten geübt werden sollen und welche nicht.</comment> <string></string> </property> </widget> - <widget class="QCheckBox"> + <widget class="TQCheckBox"> <property name="name"> <cstring>CheckBox2_4</cstring> </property> @@ -623,7 +623,7 @@ Zeiten geübt werden sollen und welche nicht.</comment> <verstretch>0</verstretch> </sizepolicy> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>0</width> <height>28</height> @@ -633,7 +633,7 @@ Zeiten geübt werden sollen und welche nicht.</comment> <string></string> </property> </widget> - <widget class="QCheckBox"> + <widget class="TQCheckBox"> <property name="name"> <cstring>CheckBox2_5</cstring> </property> @@ -645,7 +645,7 @@ Zeiten geübt werden sollen und welche nicht.</comment> <verstretch>0</verstretch> </sizepolicy> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>0</width> <height>28</height> @@ -655,7 +655,7 @@ Zeiten geübt werden sollen und welche nicht.</comment> <string></string> </property> </widget> - <widget class="QCheckBox"> + <widget class="TQCheckBox"> <property name="name"> <cstring>CheckBox2_6</cstring> </property> @@ -670,7 +670,7 @@ Zeiten geübt werden sollen und welche nicht.</comment> <verstretch>0</verstretch> </sizepolicy> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>0</width> <height>28</height> @@ -680,7 +680,7 @@ Zeiten geübt werden sollen und welche nicht.</comment> <string></string> </property> </widget> - <widget class="QCheckBox"> + <widget class="TQCheckBox"> <property name="name"> <cstring>CheckBox2_7</cstring> </property> @@ -695,7 +695,7 @@ Zeiten geübt werden sollen und welche nicht.</comment> <verstretch>0</verstretch> </sizepolicy> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>0</width> <height>28</height> @@ -705,7 +705,7 @@ Zeiten geübt werden sollen und welche nicht.</comment> <string></string> </property> </widget> - <widget class="QCheckBox"> + <widget class="TQCheckBox"> <property name="name"> <cstring>CheckBox2_8</cstring> </property> @@ -720,7 +720,7 @@ Zeiten geübt werden sollen und welche nicht.</comment> <verstretch>0</verstretch> </sizepolicy> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>0</width> <height>28</height> @@ -740,7 +740,7 @@ Zeiten geübt werden sollen und welche nicht.</comment> <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="sizeHint"> + <property name="tqsizeHint"> <size> <width>20</width> <height>20</height> @@ -757,7 +757,7 @@ Zeiten geübt werden sollen und welche nicht.</comment> <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="sizeHint"> + <property name="tqsizeHint"> <size> <width>20</width> <height>20</height> @@ -766,7 +766,7 @@ Zeiten geübt werden sollen und welche nicht.</comment> </spacer> </vbox> </widget> - <widget class="QLayoutWidget"> + <widget class="TQLayoutWidget"> <property name="name"> <cstring>Layout10</cstring> </property> @@ -780,11 +780,11 @@ Zeiten geübt werden sollen und welche nicht.</comment> <property name="spacing"> <number>6</number> </property> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>LabelPerfecto</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>0</width> <height>28</height> @@ -794,7 +794,7 @@ Zeiten geübt werden sollen und welche nicht.</comment> <string>perfecto</string> </property> </widget> - <widget class="QCheckBox"> + <widget class="TQCheckBox"> <property name="name"> <cstring>CheckBox3_1</cstring> </property> @@ -806,7 +806,7 @@ Zeiten geübt werden sollen und welche nicht.</comment> <verstretch>0</verstretch> </sizepolicy> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>0</width> <height>28</height> @@ -816,7 +816,7 @@ Zeiten geübt werden sollen und welche nicht.</comment> <string></string> </property> </widget> - <widget class="QCheckBox"> + <widget class="TQCheckBox"> <property name="name"> <cstring>CheckBox3_2</cstring> </property> @@ -828,7 +828,7 @@ Zeiten geübt werden sollen und welche nicht.</comment> <verstretch>0</verstretch> </sizepolicy> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>0</width> <height>28</height> @@ -838,11 +838,11 @@ Zeiten geübt werden sollen und welche nicht.</comment> <string></string> </property> </widget> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>TextLabel1</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>0</width> <height>28</height> @@ -852,7 +852,7 @@ Zeiten geübt werden sollen und welche nicht.</comment> <string></string> </property> </widget> - <widget class="QCheckBox"> + <widget class="TQCheckBox"> <property name="name"> <cstring>CheckBox3_4</cstring> </property> @@ -864,7 +864,7 @@ Zeiten geübt werden sollen und welche nicht.</comment> <verstretch>0</verstretch> </sizepolicy> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>0</width> <height>28</height> @@ -874,7 +874,7 @@ Zeiten geübt werden sollen und welche nicht.</comment> <string></string> </property> </widget> - <widget class="QCheckBox"> + <widget class="TQCheckBox"> <property name="name"> <cstring>CheckBox3_5</cstring> </property> @@ -886,7 +886,7 @@ Zeiten geübt werden sollen und welche nicht.</comment> <verstretch>0</verstretch> </sizepolicy> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>0</width> <height>28</height> @@ -896,7 +896,7 @@ Zeiten geübt werden sollen und welche nicht.</comment> <string></string> </property> </widget> - <widget class="QCheckBox"> + <widget class="TQCheckBox"> <property name="name"> <cstring>CheckBox3_6</cstring> </property> @@ -911,7 +911,7 @@ Zeiten geübt werden sollen und welche nicht.</comment> <verstretch>0</verstretch> </sizepolicy> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>0</width> <height>28</height> @@ -921,7 +921,7 @@ Zeiten geübt werden sollen und welche nicht.</comment> <string></string> </property> </widget> - <widget class="QCheckBox"> + <widget class="TQCheckBox"> <property name="name"> <cstring>CheckBox3_7</cstring> </property> @@ -936,7 +936,7 @@ Zeiten geübt werden sollen und welche nicht.</comment> <verstretch>0</verstretch> </sizepolicy> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>0</width> <height>28</height> @@ -946,7 +946,7 @@ Zeiten geübt werden sollen und welche nicht.</comment> <string></string> </property> </widget> - <widget class="QCheckBox"> + <widget class="TQCheckBox"> <property name="name"> <cstring>CheckBox3_8</cstring> </property> @@ -961,7 +961,7 @@ Zeiten geübt werden sollen und welche nicht.</comment> <verstretch>0</verstretch> </sizepolicy> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>0</width> <height>28</height> @@ -981,7 +981,7 @@ Zeiten geübt werden sollen und welche nicht.</comment> <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="sizeHint"> + <property name="tqsizeHint"> <size> <width>20</width> <height>20</height> @@ -998,7 +998,7 @@ Zeiten geübt werden sollen und welche nicht.</comment> <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="sizeHint"> + <property name="tqsizeHint"> <size> <width>20</width> <height>20</height> @@ -1011,7 +1011,7 @@ Zeiten geübt werden sollen und welche nicht.</comment> </widget> </grid> </widget> - <widget class="QButtonGroup"> + <widget class="TQButtonGroup"> <property name="name"> <cstring>ButtonGroup1</cstring> </property> @@ -1028,7 +1028,7 @@ Zeiten geübt werden sollen und welche nicht.</comment> <property name="spacing"> <number>6</number> </property> - <widget class="QLayoutWidget" row="0" column="0"> + <widget class="TQLayoutWidget" row="0" column="0"> <property name="name"> <cstring>Layout9</cstring> </property> @@ -1042,7 +1042,7 @@ Zeiten geübt werden sollen und welche nicht.</comment> <property name="spacing"> <number>6</number> </property> - <widget class="QRadioButton"> + <widget class="TQRadioButton"> <property name="name"> <cstring>RadioStrictCorr</cstring> </property> @@ -1053,7 +1053,7 @@ Zeiten geübt werden sollen und welche nicht.</comment> <bool>true</bool> </property> </widget> - <widget class="QRadioButton"> + <widget class="TQRadioButton"> <property name="name"> <cstring>RadioIgnoreAcc</cstring> </property> @@ -1065,7 +1065,7 @@ Zeiten geübt werden sollen und welche nicht.</comment> </widget> </grid> </widget> - <widget class="QGroupBox"> + <widget class="TQGroupBox"> <property name="name"> <cstring>GroupBoxKFeeder</cstring> </property> @@ -1082,7 +1082,7 @@ Zeiten geübt werden sollen und welche nicht.</comment> <property name="spacing"> <number>6</number> </property> - <widget class="QLayoutWidget" row="0" column="0"> + <widget class="TQLayoutWidget" row="0" column="0"> <property name="name"> <cstring>Layout10</cstring> </property> @@ -1106,14 +1106,14 @@ Zeiten geübt werden sollen und welche nicht.</comment> <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="sizeHint"> + <property name="tqsizeHint"> <size> <width>20</width> <height>20</height> </size> </property> </spacer> - <widget class="QCheckBox" row="1" column="0"> + <widget class="TQCheckBox" row="1" column="0"> <property name="name"> <cstring>CheckBoxSplash</cstring> </property> @@ -1121,7 +1121,7 @@ Zeiten geübt werden sollen und welche nicht.</comment> <string>Show splash screen</string> </property> </widget> - <widget class="QCheckBox" row="0" column="0"> + <widget class="TQCheckBox" row="0" column="0"> <property name="name"> <cstring>CheckBoxKFeeder</cstring> </property> @@ -1129,7 +1129,7 @@ Zeiten geübt werden sollen und welche nicht.</comment> <string>Using KFeeder</string> </property> </widget> - <widget class="QCheckBox" row="1" column="1"> + <widget class="TQCheckBox" row="1" column="1"> <property name="name"> <cstring>CheckBoxMode</cstring> </property> @@ -1141,7 +1141,7 @@ Zeiten geübt werden sollen und welche nicht.</comment> </widget> </grid> </widget> - <widget class="QLayoutWidget"> + <widget class="TQLayoutWidget"> <property name="name"> <cstring>Layout8</cstring> </property> @@ -1165,14 +1165,14 @@ Zeiten geübt werden sollen und welche nicht.</comment> <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="sizeHint"> + <property name="tqsizeHint"> <size> <width>20</width> <height>20</height> </size> </property> </spacer> - <widget class="QPushButton"> + <widget class="TQPushButton"> <property name="name"> <cstring>ButtonCerrar</cstring> </property> @@ -1180,7 +1180,7 @@ Zeiten geübt werden sollen und welche nicht.</comment> <string>&OK</string> </property> </widget> - <widget class="QPushButton"> + <widget class="TQPushButton"> <property name="name"> <cstring>ButtonCancel</cstring> </property> @@ -1220,9 +1220,9 @@ Zeiten geübt werden sollen und welche nicht.</comment> <slot>setEnabled(bool)</slot> </connection> </connections> -<slots> +<Q_SLOTS> <slot>slotDlgEnde()</slot> <slot>slotCancel()</slot> -</slots> -<layoutdefaults spacing="6" margin="11"/> +</Q_SLOTS> +<tqlayoutdefaults spacing="6" margin="11"/> </UI> diff --git a/kverbos/kverbos/verbspanish.cpp b/kverbos/kverbos/verbspanish.cpp index 3fa76dc6..b787d36e 100644 --- a/kverbos/kverbos/verbspanish.cpp +++ b/kverbos/kverbos/verbspanish.cpp @@ -17,7 +17,7 @@ #include "verbspanish.h" -// include files for Qt +// include files for TQt // application specific includes @@ -582,10 +582,10 @@ bool verbSpanish::conjugateAll() // Bei Verben der Gruppe 5 ändert sich der Stamm für den Gerund if (getGroup() == 5) { - int pos = gerund.findRev("e"); + int pos = gerund.tqfindRev("e"); if (pos>=0) { - gerund.replace(pos, 1, "i"); + gerund.tqreplace(pos, 1, "i"); }; } gerund += "iendo#"; @@ -606,19 +606,19 @@ bool verbSpanish::vergleich(const TQString& s1, const TQString& s2) const { bool gleich=false; unsigned int l=0; - int r=s1.find(",", l); + int r=s1.tqfind(",", l); while ((l<s1.length()) && (false==gleich)) { if (-1 == r) r = s1.length(); - if (s2.find(s1.mid(l, r-l).simplifyWhiteSpace(), 0) != -1) + if (s2.tqfind(s1.mid(l, r-l).simplifyWhiteSpace(), 0) != -1) { gleich = true; } else { l = r+1; - r=s1.find(",", l); + r=s1.tqfind(",", l); }; }; return gleich; @@ -675,9 +675,9 @@ bool verbSpanish::groupVerb(TQString &s, int time/*=-1*/, int person/*=-1*/) { if ((nosotros != person) && (vosotros != person)) { - pos = s.findRev("e"); + pos = s.tqfindRev("e"); if (pos>=0) - s.replace(pos, 1, "ie"); + s.tqreplace(pos, 1, "ie"); }; }; break; @@ -690,9 +690,9 @@ bool verbSpanish::groupVerb(TQString &s, int time/*=-1*/, int person/*=-1*/) { if ((nosotros != person) && (vosotros != person)) { - pos = s.findRev("o", -3); + pos = s.tqfindRev("o", -3); if (pos>=0) - s.replace(pos, 1, "ue"); + s.tqreplace(pos, 1, "ue"); }; }; break; @@ -705,9 +705,9 @@ bool verbSpanish::groupVerb(TQString &s, int time/*=-1*/, int person/*=-1*/) { if ((nosotros != person) && (vosotros != person)) { - pos = s.findRev("u"); + pos = s.tqfindRev("u"); if (pos>=0) - s.replace(pos, 1, "ue"); + s.tqreplace(pos, 1, "ue"); }; }; break; @@ -719,10 +719,10 @@ bool verbSpanish::groupVerb(TQString &s, int time/*=-1*/, int person/*=-1*/) if ((presente == time) && (person != nosotros) && (person != vosotros)) { TQString st = getStem(); - pos = st.findRev("e"); + pos = st.tqfindRev("e"); if (pos>=0) { - st.replace(pos, 1, "i"); + st.tqreplace(pos, 1, "i"); s = st + verbEndings[time][getEnding(good)][person]; }; } @@ -730,10 +730,10 @@ bool verbSpanish::groupVerb(TQString &s, int time/*=-1*/, int person/*=-1*/) if ((indefinido == time) && ((el == person)||(ellos == person))) { TQString st = getStem(); - pos = st.findRev("e"); + pos = st.tqfindRev("e"); if (pos>=0) { - st.replace(pos, 1, "i"); + st.tqreplace(pos, 1, "i"); s = st + verbEndings[time][getEnding(good)][person]; }; } @@ -745,91 +745,91 @@ bool verbSpanish::groupVerb(TQString &s, int time/*=-1*/, int person/*=-1*/) }; break; case 6: // <c -> qu> (vor e wird c zu qu) - pos = s.findRev("ce"); + pos = s.tqfindRev("ce"); if (pos>=0) - s.replace(pos, 2, "que"); + s.tqreplace(pos, 2, "que"); else { - pos = s.findRev("cé"); + pos = s.tqfindRev("cé"); if (pos>=0) - s.replace(pos, 2, "qué"); + s.tqreplace(pos, 2, "qué"); } break; case 7: // <g -> gu> (vor e wird g zu gu) - pos = s.findRev("ge"); + pos = s.tqfindRev("ge"); if (pos>=0) - s.replace(pos, 2, "gue"); + s.tqreplace(pos, 2, "gue"); else { - pos = s.findRev("gé"); + pos = s.tqfindRev("gé"); if (pos>=0) - s.replace(pos, 2, "gué"); + s.tqreplace(pos, 2, "gué"); } break; case 8: // <z -> c> (vor e wird z zu c) - pos = s.findRev("ze"); + pos = s.tqfindRev("ze"); if (pos>=0) - s.replace(pos, 2, "ce"); + s.tqreplace(pos, 2, "ce"); else { - pos = s.findRev("zé"); + pos = s.tqfindRev("zé"); if (pos>=0) - s.replace(pos, 2, "cé"); + s.tqreplace(pos, 2, "cé"); } break; case 9: // <gu -> gü> (vor e wird gu zu gü) - pos = s.findRev("gue"); + pos = s.tqfindRev("gue"); if (pos>=0) - s.replace(pos, 3, "güe"); + s.tqreplace(pos, 3, "güe"); else { - pos = s.findRev("gué"); + pos = s.tqfindRev("gué"); if (pos>=0) - s.replace(pos, 3, "güé"); + s.tqreplace(pos, 3, "güé"); } break; case 10: // <c -> z> (vor o und a wird c zu z) - pos = s.findRev("co"); + pos = s.tqfindRev("co"); if (pos>=0) - s.replace(pos, 2, "zo"); + s.tqreplace(pos, 2, "zo"); else { - pos = s.findRev("ca"); + pos = s.tqfindRev("ca"); if (pos>=0) - s.replace(pos, 2, "za"); + s.tqreplace(pos, 2, "za"); }; break; case 11: // <g -> j> (vor o und a wird g zu j) - pos = s.findRev("ga"); + pos = s.tqfindRev("ga"); if (pos>=0) - s.replace(pos, 2, "ja"); + s.tqreplace(pos, 2, "ja"); else { - pos = s.findRev("go"); + pos = s.tqfindRev("go"); if (pos>=0) - s.replace(pos, 2, "jo"); + s.tqreplace(pos, 2, "jo"); }; break; case 12: // <gu -> g> (vor o und a wird gu zu g) - pos = s.findRev("guo"); + pos = s.tqfindRev("guo"); if (pos>=0) - s.replace(pos, 3, "go"); + s.tqreplace(pos, 3, "go"); else { - pos = s.findRev("gua"); + pos = s.tqfindRev("gua"); if (pos>=0) - s.replace(pos, 3, "ga"); + s.tqreplace(pos, 3, "ga"); }; break; case 13: // <qu -> c> (vor o und a wird qu zu c) - pos = s.findRev("quo"); + pos = s.tqfindRev("quo"); if (pos>=0) - s.replace(pos, 3, "co"); + s.tqreplace(pos, 3, "co"); else { - pos = s.findRev("qua"); + pos = s.tqfindRev("qua"); if (pos>=0) - s.replace(pos, 3, "ca"); + s.tqreplace(pos, 3, "ca"); }; break; case 14: // <accent like 'enviar'> |