equal
deleted
inserted
replaced
16 */ |
16 */ |
17 |
17 |
18 #ifndef MSGSETTINGENGINE_H_ |
18 #ifndef MSGSETTINGENGINE_H_ |
19 #define MSGSETTINGENGINE_H_ |
19 #define MSGSETTINGENGINE_H_ |
20 |
20 |
21 #include <QObject.h> |
21 #include <qobject.h> |
22 |
22 |
23 //FORWARD DECLARATION |
23 //FORWARD DECLARATION |
24 class SmsSettingsPrivate; |
24 class SmsSettingsPrivate; |
25 class MmsSettingsPrivate; |
25 class MmsSettingsPrivate; |
26 |
26 |
44 /** |
44 /** |
45 * Enum defining MmsRetrieval mode |
45 * Enum defining MmsRetrieval mode |
46 */ |
46 */ |
47 enum MmsRetrieval |
47 enum MmsRetrieval |
48 { |
48 { |
49 AlwaysAutomatic, AutomInHomeNetwork, Maual, Off, No |
49 AlwaysAutomatic, AutomInHomeNetwork, Manual, Off, No |
50 }; |
50 }; |
51 |
51 |
52 public: |
52 public: |
53 |
53 |
54 /** |
54 /** |