summaryrefslogtreecommitdiffabout
authorzautrix <zautrix>2005-07-09 01:35:06 (UTC)
committer zautrix <zautrix>2005-07-09 01:35:06 (UTC)
commite27ad31c6016152449bbdaf4f9f387fa61183c37 (patch) (unidiff)
tree615f3124d6f4f646287f126206ab93684caea7fb
parent3c756588a4f650fc6f2e5971d56d56b74d67bfda (diff)
downloadkdepimpi-e27ad31c6016152449bbdaf4f9f387fa61183c37.zip
kdepimpi-e27ad31c6016152449bbdaf4f9f387fa61183c37.tar.gz
kdepimpi-e27ad31c6016152449bbdaf4f9f387fa61183c37.tar.bz2
comp fixes
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--bin/kdepim/kaddressbook/germantranslation.txt1
-rw-r--r--bin/kdepim/korganizer/germantranslation.txt2
-rw-r--r--microkde/kdialog.cpp3
3 files changed, 4 insertions, 2 deletions
diff --git a/bin/kdepim/kaddressbook/germantranslation.txt b/bin/kdepim/kaddressbook/germantranslation.txt
index 4a5122f..9532759 100644
--- a/bin/kdepim/kaddressbook/germantranslation.txt
+++ b/bin/kdepim/kaddressbook/germantranslation.txt
@@ -803,11 +803,12 @@
803{ "Do you want to\nclear all sync info\nof all profiles?","Möchten Sie wirklich\ndie Sync-Info\nfür alle Profile\nlöschen?" }, 803{ "Do you want to\nclear all sync info\nof all profiles?","Möchten Sie wirklich\ndie Sync-Info\nfür alle Profile\nlöschen?" },
804{ "Do you want to\nclear the sync\ninfo of profile\n%1?\n","Möchten Sie wirklich\ndie Sync-Info für Profil\n%1?\nlöschen" }, 804{ "Do you want to\nclear the sync\ninfo of profile\n%1?\n","Möchten Sie wirklich\ndie Sync-Info für Profil\n%1?\nlöschen" },
805{ "Sorry, no valid port.Syncing cancelled.","Sorry, kein gültiger Port. Syncing abgebrochen." }, 805{ "Sorry, no valid port.Syncing cancelled.","Sorry, kein gültiger Port. Syncing abgebrochen." },
806{ "Remote port number:\n(May be: 1 - 65535)","Ferne Port Nummer:\n(Darf sein: 1 - 65535)" }, 806{ "Remote port number:\n(May be: 1 - 65535)","Ferne Port Nummer:\n(Darf sein: 1 - 65535)" },
807{ "Writing back file ...","Schreibe Datei zurück..." }, 807{ "Writing back file ...","Schreibe Datei zurück..." },
808{ "Sending back file ...","Sende Datei zurück..." }, 808{ "Sending back file ...","Sende Datei zurück..." },
809{ "Eeek, there I am ticklish!","Huch, da bin ich kitzlig!" },
809{ "","" }, 810{ "","" },
810{ "","" }, 811{ "","" },
811{ "","" }, 812{ "","" },
812{ "","" }, 813{ "","" },
813{ "","" }, \ No newline at end of file 814{ "","" }, \ No newline at end of file
diff --git a/bin/kdepim/korganizer/germantranslation.txt b/bin/kdepim/korganizer/germantranslation.txt
index ff5e095..ea7071d 100644
--- a/bin/kdepim/korganizer/germantranslation.txt
+++ b/bin/kdepim/korganizer/germantranslation.txt
@@ -1522,13 +1522,13 @@
1522{ "Do you want to\nclear all sync info\nof all profiles?","Möchten Sie wirklich\ndie Sync-Info\nfür alle Profile\nlöschen?" }, 1522{ "Do you want to\nclear all sync info\nof all profiles?","Möchten Sie wirklich\ndie Sync-Info\nfür alle Profile\nlöschen?" },
1523{ "Do you want to\nclear the sync\ninfo of profile\n%1?\n","Möchten Sie wirklich\ndie Sync-Info für Profil\n%1?\nlöschen" }, 1523{ "Do you want to\nclear the sync\ninfo of profile\n%1?\n","Möchten Sie wirklich\ndie Sync-Info für Profil\n%1?\nlöschen" },
1524{ "Sorry, no valid port.Syncing cancelled.","Sorry, kein gültiger Port. Syncing abgebrochen." }, 1524{ "Sorry, no valid port.Syncing cancelled.","Sorry, kein gültiger Port. Syncing abgebrochen." },
1525{ "Remote port number:\n(May be: 1 - 65535)","Ferne Port Nummer:\n(Darf sein: 1 - 65535)" }, 1525{ "Remote port number:\n(May be: 1 - 65535)","Ferne Port Nummer:\n(Darf sein: 1 - 65535)" },
1526{ "Writing back file ...","Schreibe Datei zurück..." }, 1526{ "Writing back file ...","Schreibe Datei zurück..." },
1527{ "Sending back file ...","Sende Datei zurück..." }, 1527{ "Sending back file ...","Sende Datei zurück..." },
1528{ "","" }, 1528{ "Eeek, there I am ticklish!","Hihi, da bin ich kitzlig!" },
1529{ "","" }, 1529{ "","" },
1530{ "","" }, 1530{ "","" },
1531{ "","" }, 1531{ "","" },
1532{ "","" }, 1532{ "","" },
1533{ "","" }, 1533{ "","" },
1534{ "","" }, 1534{ "","" },
diff --git a/microkde/kdialog.cpp b/microkde/kdialog.cpp
index f9e0126..8398956 100644
--- a/microkde/kdialog.cpp
+++ b/microkde/kdialog.cpp
@@ -58,13 +58,14 @@ void KProgressDialog::setProgress ( int progress )
58 setActiveWindow(); 58 setActiveWindow();
59 setFocus(); 59 setFocus();
60 mBar->setProgress ( progress ); 60 mBar->setProgress ( progress );
61} 61}
62void KProgressDialog::accept() 62void KProgressDialog::accept()
63{ 63{
64 64 mLabel->setText( i18n("Eeek, there I am ticklish!") );
65 move ( geometry().x()-20,geometry().y()+20);
65 // QDialog::accept(); 66 // QDialog::accept();
66} 67}
67void KProgressDialog::reject() 68void KProgressDialog::reject()
68{ 69{
69 emit cancelled (); 70 emit cancelled ();
70 //QDialog::reject(); 71 //QDialog::reject();