blob: 773c298a8f145863430f577631fb5be1db848f62 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aw,v 1.1.1.1 2003/05/05 12:46:32 markd Exp $
--- kmymoney2/views/kinvestmentviewdecl.h.orig 2003-01-06 14:40:42.000000000 -0500
+++ kmymoney2/views/kinvestmentviewdecl.h
@@ -33,6 +33,8 @@ public:
QRadioButton* btnSummary;
KListView* investmentTable;
kMyMoneyTable* transactionTable;
+ void languageChange();
+ const char **image0;
};
|