diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 00:19:26 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 00:19:26 -0600 |
commit | 57443681e97fff553d94260756ebedaee606610f (patch) | |
tree | 9aee5acb23ff14cb454750a03eb3ad1f5bc66c57 /src/field.h | |
parent | 71a8a17d6f6d5d95682d1b638d21937bc5a0d54b (diff) | |
download | tellico-57443681e97fff553d94260756ebedaee606610f.tar.gz tellico-57443681e97fff553d94260756ebedaee606610f.zip |
Rename KShared
Diffstat (limited to 'src/field.h')
-rw-r--r-- | src/field.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/field.h b/src/field.h index 653b466..f0b591a 100644 --- a/src/field.h +++ b/src/field.h @@ -31,7 +31,7 @@ namespace Tellico { * * @author Robby Stephenson */ -class Field : public KShared { +class Field : public TDEShared { public: /** * The possible field types. A Line is represented by a KLineEdit, |