Subversion Repositories public

Rev

Rev 52 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 52 Rev 60
Line 98... Line 98...
98
 
98
 
99
	protected slots:
99
	protected slots:
100
		/*$PROTECTED_SLOTS$*/
100
		/*$PROTECTED_SLOTS$*/
101
 
101
 
102
	private:
102
	private:
-
 
103
		void moveValues();
-
 
104
		void readValues(const char *fname, BOOL home);
-
 
105
		void readValues(const char *fname) { readValues(fname, FALSE); }
-
 
106
		void readValues() { readValues("/.tilgpars.dat", TRUE); }
-
 
107
 
-
 
108
		QWidget *mamma;
103
		TPPARS TpPars;
109
		TPPARS TpPars;
-
 
110
		BOOL dirty;
104
};
111
};
105
 
112
 
106
#endif
113
#endif
107
 
114