blob: b5fe164d08a26463c178da87211acf786b6dc5b7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-af,v 1.1.1.1 2003/05/05 12:46:31 markd Exp $
--- kmymoney2/dialogs/keditscheddepdlgdecl.h.orig 2003-01-06 14:33:06.000000000 -0500
+++ kmymoney2/dialogs/keditscheddepdlgdecl.h
@@ -62,6 +62,9 @@ public:
kMyMoneyDateInput* m_kdateinputFinal;
QPushButton* m_qbuttonOK;
QPushButton* m_qbuttonCancel;
+ void languageChange();
+ const char **image0;
+ const char **image1;
protected:
|